shyjsarah commented on PR #444: URL: https://github.com/apache/paimon-rust/pull/444#issuecomment-4889363425
Fixed in fcfc2c6 by preserving bounded string and binary types in the CREATE TABLE converter. `CHAR(n)`, `VARCHAR(n)`, `BINARY(n)`, and `VARBINARY(n)` now round-trip to the corresponding Paimon types with their lengths instead of being widened to max-length varchar/varbinary. I also extended the round-trip test to create bounded char/binary columns through the catalog API, so it covers the path where the original schema did not go through DataFusion SQL first. -- 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]
