Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4981: Re-enable spilling with MT_DOP. ......................................................................
IMPALA-4981: Re-enable spilling with MT_DOP. The initial changes for MT_DOP disabled spilling because spilling is not yet designed/implemented for multi-threaded joins. However, we have since disallowed running queries that have non-local joins with MT_DOP. This patch re-enables spilling with MT_DOP. Change-Id: I86465896c6583be256e17c88a713da7dde25b540 Reviewed-on: http://gerrit.cloudera.org:8080/6131 Reviewed-by: Dan Hecht <[email protected]> Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/service/Frontend.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Alex Behm: Looks good to me, approved Dan Hecht: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/6131 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I86465896c6583be256e17c88a713da7dde25b540 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
