sandynz commented on issue #37579: URL: https://github.com/apache/shardingsphere/issues/37579#issuecomment-3784082757
Background - `search_path` is not supported for now. So schema prefix is required to append in SQL - SQLStatementContextFactory.newInstance(metaData, parserEngine.parse(sql, true), currentDatabaseName).getTablesContext().getSchemaName() is not compatible this case, and SQLStatementContextFactory might be deprecated for out of kernel usage After discussing with @strongduanmu and @FlyingZC , PipelineDDLDecorator will use TableExtractor to extract schema name from openGauss CREATE INDEX SQL. It's supported in #37809 -- 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]
