Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17861 )
Change subject: IMPALA-10922: Fix wrong sarg on ORC Date column in release build ...................................................................... IMPALA-10922: Fix wrong sarg on ORC Date column in release build One line of code is wrapped with DCHECK in generating ORC Date type literal for predicate pushdown. Release build will ignore all codes wrapped in DCHECK so that line of logic is missing. This patch fixes it by moving the code outside of DCHECK. Tests: - Reproduced the issue and verified the fix in release build. Change-Id: Ieda467c822cf5c6f0edc0ddfe4da61c46b04e51f Reviewed-on: http://gerrit.cloudera.org:8080/17861 Reviewed-by: Qifan Chen <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/exec/hdfs-orc-scanner.cc 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Qifan Chen: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/17861 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ieda467c822cf5c6f0edc0ddfe4da61c46b04e51f Gerrit-Change-Number: 17861 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Norbert Luksa <[email protected]> Gerrit-Reviewer: Qifan Chen <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
