Zouxxyy opened a new pull request, #8004: URL: https://github.com/apache/paimon/pull/8004
### Purpose Improve the "Provider is not supported" error message in SparkCatalog to include the catalog name, implementation class, and supported providers list. Before: `Provider is not supported: paimon1` After: `Provider 'paimon1' is not supported by catalog 'my_catalog' (implementation: SparkCatalog). Supported providers: [paimon, orc, parquet, csv, text, json]` ### Tests Update existing test in `DDLTestBase` to match the new error message format. -- 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]
