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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to