jackylee-ch opened a new pull request, #702: URL: https://github.com/apache/paimon-rust/pull/702
A format table with an unreadable `file.format` reports only the rejected value, so the user cannot tell which formats are available — and the sets differ from Java in both directions (Java has CSV/TEXT/JSON, Rust has `.row`), so the Java docs do not answer it either. Java's `FormatTable.parseFormat` appends the supported list. **Fix**: build the message from a `supported_format_table_formats()` helper, as #690 just did for the write side. Also documents the `global-index.thread-num` upper bound added by #647, which the doc comment and the option table still omit. Adding CSV/TEXT/JSON support is out of scope. Adds the first tests to `format_table_scan.rs`. -- 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]
