Akash073-hub commented on PR #2802: URL: https://github.com/apache/fluss/pull/2802#issuecomment-4010196475
Hey @YannByron, I've submitted a PR for this issue! Here's what I changed: - Fixed `name()` to return the table name instead of `tableInfo.toString` which was causing the full `TableInfo` blob to appear in `DESC FORMATTED` output - Cleaned up `properties()` to only expose user-defined custom properties by `getCustomProperties()`, preventing internal metadata (tableId, schemaId, timestamps etc.) from polluting the output - Removed unused imports Review once if you need any changes then tell me.Thank you!! -- 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]
