Yida Wu has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/22661 )
Change subject: IMPALA-13894: Allow slow check in tuple cache correctness verification when file sizes differ ...................................................................... IMPALA-13894: Allow slow check in tuple cache correctness verification when file sizes differ Currently, tuple cache correctness verification does a fast check, and returns an error if file sizes are different. This patch allows a slow check when file sizes differ. Because the slow check may provide a clearer error message and help prevent false mismatches when identical rows appear in a different order, which may lead to size differences. Also fixes argument order in VerifyRows() to correct misleading log output. The previous order was incorrect, causing the log to show the wrong one as the reference file. Tests: Manually verified that when file sizes differ, the query proceeds to the slow check after this change. Change-Id: I02e031410dac32d9df746201b156783a8b7d9a1a --- M be/src/exec/tuple-cache-node.cc M be/src/exec/tuple-text-file-util.cc 2 files changed, 22 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/22661/4 -- To view, visit http://gerrit.cloudera.org:8080/22661 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I02e031410dac32d9df746201b156783a8b7d9a1a Gerrit-Change-Number: 22661 Gerrit-PatchSet: 4 Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: Kurt Deschler <kdesc...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com>