gianm commented on code in PR #13902:
URL: https://github.com/apache/druid/pull/13902#discussion_r1130200467
##########
sql/src/main/java/org/apache/druid/sql/calcite/rel/Windowing.java:
##########
@@ -206,17 +224,37 @@ public static Windowing fromCalciteStuff(
// The ordering required for partitioning is actually not important for
the semantics. However, it *is*
// important that it be consistent across the query. Because if the
incoming data is sorted descending
// and we try to partition on an ascending sort, we will think the data
is not sorted correctly
Review Comment:
OK, it doesn't seem to be saying something useful, so I deleted it.
--
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]