JingsongLi commented on PR #749: URL: https://github.com/apache/paimon-rust/pull/749#issuecomment-5435989576
- When `path` is not configured, Java defaults to using the table directory; Rust succeeds in creation but throws a `requires a non-empty 'path' option` error upon loading. - Java ignores user-defined fields and persists a fixed six-column schema; Rust persists the user-defined schema as-is, yet the reader forces the exposure of a fixed schema, resulting in an inconsistency between the metadata and the query schema. -- 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]
