Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/21243 )
Change subject: KUDU-3564: Fix IN list predicate pruning ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/21243/1/src/kudu/common/scan_spec-test.cc File src/kudu/common/scan_spec-test.cc: http://gerrit.cloudera.org:8080/#/c/21243/1/src/kudu/common/scan_spec-test.cc@998 PS1, Line 998: : // Set lower and upper bound for 'spec' to imitate a scan request from client that : // has start_primary_key and stop_primary_key. : KuduPartialRow lower_bound(&schema_); : CHECK_OK(lower_bound.SetInt8("a", -128)); : CHECK_OK(lower_bound.SetInt8("b", > The DCHECK in 'column_predicate.cc' was hit when running queries to reprodu Ah, I see. Thank you for the clarification. -- To view, visit http://gerrit.cloudera.org:8080/21243 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I964b1ccfb85602741843ab555cdee53343217033 Gerrit-Change-Number: 21243 Gerrit-PatchSet: 2 Gerrit-Owner: Yifan Zhang <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Comment-Date: Sun, 07 Apr 2024 06:02:03 +0000 Gerrit-HasComments: Yes
