ghkang98 opened a new pull request, #52561: URL: https://github.com/apache/doris/pull/52561
What problem does this PR solve? This is mainly to solve the problem of obtaining metadata from external iceberg tables. Currently, when pulling metadata, the external catalog maps the internal and external table names. The storage and use of internal names follow the rules of the doris engine, such as whether to store in lowercase, whether to be lowercase sensitive, etc. External use follows the rules of the external engine. Currently, we use the name given by the external system to obtain metadata externally. This is clearer to use and can solve the problem of case sensitivity in the external system. Check List (For Author) Test Regression test Behavior changed: Yes. Does this need documentation? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
