JingsongLi commented on code in PR #6892:
URL: https://github.com/apache/paimon/pull/6892#discussion_r2646620517
##########
docs/content/program-api/java-api.md:
##########
@@ -192,7 +192,7 @@ public class ReadTable {
// 3. Distribute these splits to different tasks
// 4. Read a split in task
- TableRead read = readBuilder.newRead();
+ TableRead read = readBuilder.newRead().executeFilter();
Review Comment:
Maybe you can explain this.
// You can use executeFilter to do filter per record
// By default, only capable of performing coarse-grained filtering
--
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]