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 2021/11/08 22:12:46 UTC

[GitHub] [hudi] vinothchandar commented on issue #3688: [SUPPORT] spark on hudi metadata key length < 0

vinothchandar commented on issue #3688:
URL: https://github.com/apache/hudi/issues/3688#issuecomment-963621897


   is this during compaction?
   
   ```
   Caused by: java.lang.IllegalArgumentException: key length must be > 0
   	at org.apache.hadoop.util.bloom.HashFunction.hash(HashFunction.java:114)
   	at org.apache.hadoop.util.bloom.BloomFilter.add(BloomFilter.java:122)
   	at org.apache.hudi.common.bloom.InternalDynamicBloomFilter.add(InternalDynamicBloomFilter.java:94)
   	at org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter.add(HoodieDynamicBoundedBloomFilter.java:81)
   	at org.apache.hudi.io.storage.HoodieHFileWriter.writeAvro(HoodieHFileWriter.java:119)
   	at org.apache.hudi.io.HoodieMergeHandle.write(HoodieMergeHandle.java:332)
   	... 9 more 
   ```


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