paultanay opened a new pull request, #9901: URL: https://github.com/apache/gravitino/pull/9901
fix: Add missing immutable property to Doris and StarRocks table configs (#9830) - Add immutable: [] to jdbc-doris configuration - Add immutable: [] to jdbc-starrocks configuration - Add defensive optional chaining in CreateTableDialog.js This fixes a TypeError when editing Doris/StarRocks tables in the UI. The code was calling .includes() on undefined immutable property, causing the dialog to crash with 'Application error: a client-side exception has occurred'. Fixes #9830 -- 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]
