guov100 opened a new issue, #7479:
URL: https://github.com/apache/gravitino/issues/7479
### Version
main branch
### Describe what's wrong
When using kyuubi+spark+gravitino, spark always reports errors when using
gravitino's catalog to search for data, and there are compatibility issues:
Component version:
spark3.5.5
Gravitino: 0.9
kyuubi 1.10.1
### Error message and/or stacktrace
Caused by: java.lang.RuntimeException: Cannot find method: splitFiles
at
org.apache.kyuubi.util.reflect.DynMethods$Builder.build(DynMethods.java:444)
at
org.apache.kyuubi.spark.connector.hive.HiveConnectorUtils$.splitFiles(HiveConnectorUtils.scala:125)
at
org.apache.kyuubi.spark.connector.hive.read.HiveScan.$anonfun$partitions$5(HiveScan.scala:114)
at
scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:293)
at
scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
at
scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
at
scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
at
scala.collection.TraversableLike.flatMap(TraversableLike.scala:293)
at
scala.collection.TraversableLike.flatMap$(TraversableLike.scala:290)
at
scala.collection.AbstractTraversable.flatMap(Traversable.scala:108)
### How to reproduce
main branch
### Additional context
_No response_
--
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]