Gautam-aman opened a new pull request, #37641: URL: https://github.com/apache/shardingsphere/pull/37641
Fixes #37579 ### Problem TablesContext only extracted schema name from TableBoundInfo. For openGauss CREATE INDEX SQL, bound info is absent and schema is provided via table owner, causing schema name to be lost. ### Solution - Use table owner as schema when TableBoundInfo is not present - Keep existing behavior unchanged when bound info exists ### Tests - Existing TablesContext tests cover this behavior - ./mvnw -pl infra/binder -am test -- 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]
