Aggarwal-Raghav commented on PR #5909: URL: https://github.com/apache/hive/pull/5909#issuecomment-3139691763
@deniskuzZ , thanks for taking a look. The presence of `LOCATION` field for the proto tables in the hive-schema-4.*.0.hive.sql is the problem, the way I see it. No other tables (TBLS etc.) has the location field. If schema is instantiated via schemtool functionality then its fine as `HiveSchemaTool#replaceLocationForProtoLogTables()` will help. But in UT, the schematool is not used. Hence the following will create the problem. 1. In QTestSysDbHandler.java 2. InformationSchemaWithPrivilegeTestBase.java The current PR will help with [1] but for [2] it will not work. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org