umehrot2 commented on issue #5553:
URL: https://github.com/apache/hudi/issues/5553#issuecomment-1133216912
We are facing same issue via Spark SQL DML for merge on read tables:
```
Exception in thread "main" org.apache.spark.sql.AnalysisException: Table or
view not found:
hudi_bootstrap_test_cow_non_hive_style_partitioned_9809f361_71e8_4053_baac_684db11f6b8e;
line 1 pos 23;
'Project ['event_name]
+- 'Filter ('event_id = 4)
+- 'UnresolvedRelation
[hudi_bootstrap_test_cow_non_hive_style_partitioned_9809f361_71e8_4053_baac_684db11f6b8e],
[], false
at
org.apache.spark.sql.catalyst.analysis.package$AnalysisErrorAt.failAnalysis(package.scala:42)
at
org.apache.spark.sql.catalyst.analysis.CheckAnalysis.$anonfun$checkAnalysis$1(CheckAnalysis.scala:123)
at
org.apache.spark.sql.catalyst.analysis.CheckAnalysis.$anonfun$checkAnalysis$1$adapted(CheckAnalysis.scala:94)
at
org.apache.spark.sql.catalyst.trees.TreeNode.foreachUp(TreeNode.scala:302)
at
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$foreachUp$1(TreeNode.scala:301)
at
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$foreachUp$1$adapted(TreeNode.scala:301)
at scala.collection.Iterator.foreach(Iterator.scala:943)
at scala.collection.Iterator.foreach$(Iterator.scala:943)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1431)
at scala.collection.IterableLike.foreach(IterableLike.scala:74)
at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
```
When we disable metadata table we are able to get past this. This does need
further investigation.
--
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]