Aggarwal-Raghav opened a new pull request, #5827: URL: https://github.com/apache/hive/pull/5827
### What changes were proposed in this pull request? Please check [HIVE-28971](https://issues.apache.org/jira/browse/HIVE-28971), for more details. ERROR Message: ``` 2025-05-26 23:07:36,111 WARN metastore.ObjectStore: Falling back to ORM path due to direct SQL failure (this is not an error): class javax.jdo.identity.LongIdentity cannot be cast to class org.datanucleus.identity.DatastoreId (javax.jdo.identity.LongIdentity and org.datanucleus.identity.DatastoreId are in unnamed module of loader 'app') at org.apache.hadoop.hive.metastore.DirectSqlInsertPart.addPartitions(DirectSqlInsertPart.java:758) at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.addPartitions(MetaStoreDirectSql.java:516) at org.apache.hadoop.hive.metastore.ObjectStore$7.getSqlResult(ObjectStore.java:2747) ``` ### Why are the changes needed? To leverage directSql for _msck repair_ command ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? On local cluster (single node) -- 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