stiga-huang commented on code in PR #1099:
URL: https://github.com/apache/orc/pull/1099#discussion_r859322328
##########
c++/test/TestPredicatePushdown.cc:
##########
@@ -281,6 +282,45 @@ namespace orc {
for (uint64_t i = 0; i < 2000; ++i) {
EXPECT_EQ(i + 3500 , batch1.data[i]);
}
+ // 2nd batch of 1500 rows
Review Comment:
This line belongs to the current test. I'll move the following test of
"Sargs: col1 < 3500" to a separated test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]