okumin commented on PR #6129:
URL: https://github.com/apache/hive/pull/6129#issuecomment-3414106766

   I reproduced the issue on the master branch.
   
   ```
   $ mvn clean test -Dtest=TestMiniLlapLocalCliDriver 
-Dqfile=alter_table_column_stats.q -Drat.skip -Pitests -pl itests/qtest 
   $ less 
itests/qtest/target/surefire-reports/org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver-output.txt
 | grep 'Jdo path is not implemented for stats aggr'
   $ 
   ```
   
   I also confirmed the expected error is thrown with this patch.
   
   ```
   $ less 
itests/qtest/target/surefire-reports/org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver-output.txt
 | grep 'Jdo path is not implemented for stats aggr'
   2025-10-16T23:37:01,164 ERROR [a423d571-12e6-473e-a852-ba9c1c947e12 main] 
metastore.RetryingHMSHandler: MetaException(message:Jdo path is not implemented 
for stats aggr.)
   2025-10-16T23:37:06,336 ERROR [a423d571-12e6-473e-a852-ba9c1c947e12 main] 
metastore.RetryingHMSHandler: MetaException(message:Jdo path is not implemented 
for stats aggr.)
   ```


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