jackylee-ch opened a new pull request, #639:
URL: https://github.com/apache/paimon-rust/pull/639
Three entries in `docs/src/sql.md` no longer match the code:
- **`'cross-partition-update.enabled'` does not exist.** `grep` finds it
only in
this doc. Cross-partition update mode is *inferred* in `TableWrite` from
`bucket = -1` plus a primary key that does not contain every partition
field —
it is never configured, so setting the documented option does nothing.
Java has
no such key either.
- **`changelog-producer = 'input'` no longer rejects PK writes.**
`test_pk_input_changelog_write_read` creates a primary-key table with that
option and inserts into it successfully.
- **`CHAR` and `BINARY` map to their own types.** The table listed them under
VarCharType / VarBinaryType, but `sql_data_type_to_paimon_type` maps
`CHAR(n)`
to `CharType` and `BINARY(n)` to `BinaryType`, each defaulting to length 1.
--
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]