You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/20 18:58:27 UTC

[GitHub] [hudi] umehrot2 commented on issue #5553: [SUPPORT] java.io.EOFException: Invalid position - exceeds the bounds of the stream

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org