Aggarwal-Raghav opened a new pull request, #6129:
URL: https://github.com/apache/hive/pull/6129

   ### What changes were proposed in this pull request?
   Check [HIVE-29264](https://issues.apache.org/jira/browse/HIVE-29264) for 
detailed explanation. Use `metaconf:metastore.try.direct.sql` instead of 
`hive.metastore.try.direct.sql` in q files.
   
   
   ### Why are the changes needed?
   In alter_table_column_stats.q, it is not honoring the direct sql = false 
configs, due to which the MetaException is not thrown for partitioned table in 
`itests/qtest/target/surefire-reports/org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver-output.txt
 `. 
https://github.com/apache/hive/blob/63868a945881a577790813b004aab5c3a80be575/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java#L10075
   ```
   analyze table testpart0 compute statistics for columns;
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Local testing by running the modified q files in this PR.


-- 
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]

Reply via email to