Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/765#discussion_r103595488
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/HashPrelUtil.java
---
@@ -129,11 +133,12 @@ public static LogicalExpression
getHashExpression(List<DistributionField> fields
return new FieldReference(HASH_EXPR_NAME);
}
+ final LogicalExpression distSeed = ValueExpressions.getInt(1301011);
// distribution seed
--- End diff --
Make the seed a static constant in HashPrelUtil and reference it from
various places. Perhaps call it DIST_SEED or something.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---