beyond1920 commented on a change in pull request #2661:
URL: https://github.com/apache/calcite/pull/2661#discussion_r780784203
##########
File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
##########
@@ -6297,7 +6297,7 @@ private Sql spatial(String sql) {
b.field(0),
b.field(1))
.sortExchange(
- RelDistributions.hash(ImmutableList.of(0, 1)),
+ RelDistributions.hashRandom(ImmutableList.of(0, 1), 8),
Review comment:
Make sense. I've updated the pr. Thanks for review.
--
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]