yuqi1129 opened a new pull request, #12943: URL: https://github.com/apache/gravitino/pull/12943
### What changes were proposed in this pull request? Stop appending entity IDs when creating JDBC tables or updating table comments. Keep legacy marker reads, update StarRocks comment extraction, and document identity behavior for source-side renames and replacements. ### Why are the changes needed? Internal IDs currently pollute source table comments while being hidden by the Gravitino API. Tables without source-side IDs can use the existing entity store lookup. Fix: #12941 ### Does this PR introduce _any_ user-facing change? New table comments and comment updates no longer receive entity ID markers. Existing markers remain readable. Source-side renames and same-name replacements cannot be identified by name alone for tables without markers. ### How was this patch tested? 400 tests passed across eight JDBC modules and TestTableOperationDispatcher, covering comment preservation, legacy reads, and stored table/column identity across a Gravitino rename. Docker tests were excluded. Spotless passed for the affected modules. -- 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]
