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/06/28 07:00:23 UTC

[GitHub] [hudi] Zhangshunyu opened a new issue, #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary

Zhangshunyu opened a new issue, #5992:
URL: https://github.com/apache/hudi/issues/5992

   hudi 0.11
   spark 3.1
   
   when enable metatable + dataskip, some query throws parquet decode exception:
   
   set hoodie.metadata.enable=true;
   set hoodie.metadata.index.column.stats.enable=true;
   set hoodie.fileIndex.dataSkippingFailureMode = strict;
   set hoodie.enable.data.skipping=true;
   query as following
   select * from hudi.hudi_test_table where  vin='abcde'  limit 1;
   
   org.apache.spark.SparkException: Job aborted due to stage failure: Task 25 in s
   tage 6.0 failed 4 times, most recent failure: Lost task 25.3 in stage 6.0 (TID 
   2628) (hello_host1 executor 283): java.lang
   .UnsupportedOperationException: org.apache.parquet.column.values.dictionary.Pla
   inValuesDictionary$PlainBinaryDictionary
   	at org.apache.parquet.column.Dictionary.decodeToInt(Dictionary.java:45)
   	at org.apache.spark.sql.execution.datasources.parquet.ParquetDictionary.deco
   deToInt(ParquetDictionary.java:31)
   	at org.apache.spark.sql.execution.vectorized.OnHeapColumnVector.getInt(OnHea
   pColumnVector.java:298)
   	at org.apache.spark.sql.vectorized.ColumnarBatchRow.getInt(ColumnarBatch.jav
   a:202)
   	at org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificUnsafePr
   ojection.writeFields_0_9$(Unknown Source)
   	at org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificUnsafePr
   ojection.apply(Unknown Source)
   	at org.apache.spark.sql.execution.FileSourceScanExec.$anonfun$doExecute$4(Da
   taSourceScanExec.scala:495)


-- 
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.apache.org

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


[GitHub] [hudi] codope commented on issue #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary

Posted by GitBox <gi...@apache.org>.
codope commented on issue #5992:
URL: https://github.com/apache/hudi/issues/5992#issuecomment-1201114126

   Yes #5966 should fix the issue. I tried the latest master and could not reproduce. Please reopen if you still see the problem.


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


[GitHub] [hudi] yihua commented on issue #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary

Posted by GitBox <gi...@apache.org>.
yihua commented on issue #5992:
URL: https://github.com/apache/hudi/issues/5992#issuecomment-1169379052

   @Zhangshunyu It might be related to HUDI-4319.  Have you tried latest master to see if the problem still exists?


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


[GitHub] [hudi] codope closed issue #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary

Posted by GitBox <gi...@apache.org>.
codope closed issue #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary
URL: https://github.com/apache/hudi/issues/5992


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


[GitHub] [hudi] Zhangshunyu commented on issue #5992: [SUPPORT]UnsupportedOperationException: org.apache.parquet.column.values.dictionary.PlainValuesDictionary$PlainBinaryDictionary

Posted by GitBox <gi...@apache.org>.
Zhangshunyu commented on issue #5992:
URL: https://github.com/apache/hudi/issues/5992#issuecomment-1168313708

   @alexeykudinkin is this problem related to [hudi-4319]?


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