nevzheng opened a new pull request, #12088: URL: https://github.com/apache/gravitino/pull/12088
### What changes were proposed in this pull request? Define and document OceanBase compatibility for the five Gravitino V3-native type families. Nanosecond timestamps, Variant, Unknown/Null, Geometry, and Geography are rejected before DDL because the connector cannot currently reconstruct their complete identity and parameters. ### Why are the changes needed? Potential native database representations are not lossless through the connector's current metadata path. Early rejection avoids silent coercion and partial table creation. Fix: #12072 Related: #12056 Shared JDBC preflight: #12065 Shared JDBC preflight PR: #12081 ### Does this PR introduce _any_ user-facing change? Yes. Unsupported V3-native schemas now fail deterministically before DDL. ### How was this patch tested? - Added converter and SQL-generation coverage. - Covered Docker rejected-create and no-table behavior. - Covered module and formatting checks. - Updated `docs/jdbc-oceanbase-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]
