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/09/28 08:37:00 UTC

[GitHub] [hudi] xushiyan commented on issue #3647: [SUPPORT] Failed to read parquet file during upsert

xushiyan commented on issue #3647:
URL: https://github.com/apache/hudi/issues/3647#issuecomment-928978500


   > In my case, this issue can be workaround to use insert operation instead of bulk-insert.
   > Should not Hudi bulk-insert and insert operations be consistent in what they use and how they write Parquet data under the hood?
   
   @JoshuaZhuCN @novakov-alexey this behavior sounds like an issue with Hudi row writer, which implemented for bulk insert. To double confirm, would you check by disabling row writer and run bulk insert again? given that insert works, bulk insert should also work if disable row writer. You can set this option `hoodie.datasource.write.row.writer.enable=false`


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