zy-kkk opened a new pull request, #57745: URL: https://github.com/apache/doris/pull/57745
When using `query()` to query two different catalogs in a single SQL statement, due to the hard-coded tableid, the BE (Browser Execution Environment) will assume that all scanNodes are querying the same table. This will cause scanner reuse, resulting in different catalogs using the same JDBC connection. -- 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]
