zhf999 commented on code in PR #243:
URL: https://github.com/apache/paimon-cpp/pull/243#discussion_r3859423583
##########
test/inte/read_inte_test.cpp:
##########
@@ -3109,6 +3194,7 @@ TEST_P(ReadInteTest,
TestPkReadSnapshot6WithSchemaEvolutionWithPredicateOnlyPush
context_builder.SetReadAheadCacheEnabled(param.read_ahead_cache_enabled);
context_builder.SetPredicate(predicate);
context_builder.EnablePrefetch(param.enable_prefetch)
+ .EnableLateMaterializing(false)
.AddOption("test.enable-adaptive-prefetch-strategy",
Review Comment:
In there tests, result would diff from expected because LM reader returns a
precise reuslt set. I set `EnableLateMaterializing` to false to avoid test
failure in the future when late materialization is set to `true` by default.
--
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]