You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/04 14:20:22 UTC

[GitHub] asfgit closed pull request #1359: DRILL-6577: Change Hash-Join fallback default to false

asfgit closed pull request #1359: DRILL-6577: Change Hash-Join fallback default to false
URL: https://github.com/apache/drill/pull/1359
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/exec/java-exec/src/main/resources/drill-module.conf b/exec/java-exec/src/main/resources/drill-module.conf
index 2e8c2e783a..14cc30d88c 100644
--- a/exec/java-exec/src/main/resources/drill-module.conf
+++ b/exec/java-exec/src/main/resources/drill-module.conf
@@ -424,7 +424,7 @@ drill.exec.options: {
     # Setting to control if HashJoin should fallback to older behavior of consuming
     # unbounded memory. By default it's set to false such that the
     # query will fail if there is not enough memory
-    drill.exec.hashjoin.fallback.enabled: true, # should soon be changed to false !!
+    drill.exec.hashjoin.fallback.enabled: false
     # Setting to control if HashAgg should fallback to older behavior of consuming
     # unbounded memory. In case of 2 phase Agg when available memory is not enough
     # to start at least 2 partitions then HashAgg fallbacks to this case. It can be


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services