Yida Wu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22661
Change subject: IMPALA-13894: Allow slow check in tuple cache correctness verification when file sizes abnormal ...................................................................... IMPALA-13894: Allow slow check in tuple cache correctness verification when file sizes abnormal Currently, tuple cache correctness verification does a fast check, and returns an error if file sizes are different or abnormal. This patch allows a slow check when file sizes differ or an error occurs while fetching sizes. 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. 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-text-file-util.cc 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/22661/1 -- 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: newchange Gerrit-Change-Id: I02e031410dac32d9df746201b156783a8b7d9a1a Gerrit-Change-Number: 22661 Gerrit-PatchSet: 1 Gerrit-Owner: Yida Wu <[email protected]>
