jackylee-ch opened a new pull request, #689:
URL: https://github.com/apache/paimon-rust/pull/689
Five Go doc comments in `predicate.go` show `table.PredicateEqual("dt",
...)` as the usage
example, but no such method exists — the API is `PredicateBuilder.Eq`.
`ffiPredicateEqual`
is an internal FFI symbol name, not a public method, so anyone copying these
lines gets a
compile error.
`ReadBuilder.with_row_ranges` has been exposed to Python since #674, with a
stub entry and
tests, but never made it into `python-binding.md` — every sibling method
(projection, limit,
case sensitivity, filter push-down) has its own section. The new section
records the two
behaviors a caller cannot guess: an empty list selects **zero** rows rather
than all, and
format tables are rejected.
Comments and docs only.
--
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]