userzhy opened a new pull request, #6892:
URL: https://github.com/apache/paimon/pull/6892

   ### Purpose
   
   Linked issue: close #2932
   
   The current Java API documentation examples for Batch Read and Stream Read 
are missing the `executeFilter()` call after `newRead()`. Without calling 
`executeFilter()`, the filter conditions specified through `withFilter()` will 
not take effect when reading data.
   
   This PR adds the missing `executeFilter()` call to both examples:
   - Batch Read example (ReadTable.java)
   - Stream Read example (StreamReadTable.java)
   
   ### Tests
   
   This is a documentation-only change. No code tests are needed.
   
   ### API and Format
   
   This change does not affect API or storage format. It only fixes the 
documentation examples.
   
   ### Documentation
   
   This change fixes existing documentation. No new feature is introduced.


-- 
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]

Reply via email to