morrySnow commented on code in PR #49096:
URL: https://github.com/apache/doris/pull/49096#discussion_r2194792325
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/properties/DistributionSpecHash.java:
##########
@@ -53,6 +53,8 @@ public class DistributionSpecHash extends DistributionSpec {
private final long tableId;
private final Set<Long> partitionIds;
private final long selectedIndexId;
+ // used for window skew rewrite
+ private final boolean isSkew;
Review Comment:
maybe the better way is we create specific orderSpec for must local sort
order requirement
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]