jackylee-ch opened a new pull request, #700:
URL: https://github.com/apache/paimon-rust/pull/700

   `FormatTableScan::plan` rejects row ranges, but 
`FormatReadBuilder::new_read` never reads
   `self.row_ranges`, so `with_row_ranges(..).new_read()` on a format table 
returns every row
   instead of the requested ranges. The Python binding has a short-circuit that 
skips planning
   (`bindings/python/src/read.rs:313`), so this path is reachable.
   
   **Fix**: fail closed in `new_read` too, matching `ReadBuilder::new_read`, 
which guards the
   same way for the same reason.
   


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