Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1030#discussion_r66961865
--- Diff: tajo-common/src/main/java/org/apache/tajo/SessionVars.java ---
@@ -94,10 +94,10 @@
Validators.bool()),
// for distributed query strategies
-
BROADCAST_NON_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_NON_CROSS_JOIN_THRESHOLD,
+
BROADCAST_NON_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_NON_CROSS_JOIN_LIMIT,
"restriction for the total size of broadcasted table for non-cross
join (kb)", DEFAULT, Long.class,
Validators.min("0")),
-
BROADCAST_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_CROSS_JOIN_THRESHOLD,
+
BROADCAST_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_CROSS_JOIN_LIMIT,
--- End diff --
The name of the above two session variables also need to be changed.
---
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.
---