nevzheng opened a new pull request, #12085: URL: https://github.com/apache/gravitino/pull/12085
### What changes were proposed in this pull request? Define and document StarRocks compatibility for the five Gravitino V3-native type families. Precision-9 and timezone-aware timestamps, Variant, Unknown/Null, Geometry, and Geography are rejected before DDL. Existing unparameterized timezoneless timestamp behavior remains the supported control. ### Why are the changes needed? The connector cannot preserve V3 timestamp precision/timezone identity or the complete semantics of the other V3-native families. Explicit validation avoids silently changing the declared schema. Fix: #12069 Related: #12056 Shared JDBC preflight: #12065 Shared JDBC preflight PR: #12081 ### Does this PR introduce _any_ user-facing change? Yes. Parameterized or timezone-aware V3 timestamp schemas and the other unsupported V3 families now fail before DDL. ### How was this patch tested? - Compared unparameterized Timestamp controls with precision-3, precision-9, and timezone-aware cases. - Added converter and SQL-generation rejection coverage. - Covered Docker no-table behavior. - Updated `docs/jdbc-starrocks-catalog.md`. -- 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]
