Yifan Zhang has posted comments on this change. ( http://gerrit.cloudera.org:8080/21244 )
Change subject: KUDU-3518: Fix the unexpected scan predicate ...................................................................... Patch Set 3: Code-Review+1 (1 comment) This change looks good to me. Just worry about whether this is the real cause. Would be better if a reproducing test could be added as well. http://gerrit.cloudera.org:8080/#/c/21244/3//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/21244/3//COMMIT_MSG@13 PS3, Line 13: NON-NULL predicates on primary columns implicitly : added by ScanSpec::LiftPrimaryKeyBounds() Yes, this function does add implicit NON_NULL predicates. But I'm still not sure whether the 'Unable to open scanner' error described in KUDU-3518 is related to this predicates addition at DRS level scan. -- To view, visit http://gerrit.cloudera.org:8080/21244 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I220df7ec1b4f95726c913a19125f4647267d12b1 Gerrit-Change-Number: 21244 Gerrit-PatchSet: 3 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Comment-Date: Tue, 16 Apr 2024 10:10:02 +0000 Gerrit-HasComments: Yes
