diqiu50 opened a new issue, #11469: URL: https://github.com/apache/gravitino/issues/11469
### Version main branch ### Describe what's wrong When `aws-glue-catalog-id` is set to an empty string, the Glue catalog passes it as a valid catalog ID to Glue API requests and Iceberg catalog properties instead of ignoring it. ### Error message and/or stacktrace No exception is thrown, but Glue API requests are sent with an empty catalogId, which may result in unexpected API errors. ### How to reproduce 1. Create a Glue catalog with property `aws-glue-catalog-id` = `""` 2. Perform any schema or table operation 3. The empty string is propagated to Glue API calls instead of being ignored ### Additional context N/A -- 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]
