You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "nsivabalan (via GitHub)" <gi...@apache.org> on 2023/02/06 03:04:14 UTC

[GitHub] [hudi] nsivabalan commented on issue #7788: [SUPPORT] Insert Overwrite Partition can not use bulk insert

nsivabalan commented on issue #7788:
URL: https://github.com/apache/hudi/issues/7788#issuecomment-1418435145

   Each is a different write operation and thats why. 
   
   on a high level, we have row writer code path and non-row writer code paths(GenericRecord/HoodieRecord). 
   bulk_insert is using row writer code path. except bulk_insert, every other operation is supported only in non-row writer code path. But we could take a stab and see if we can support insert_overwrite operations w/ bulk_insert code path. Needs some investigation/exploration. 
   I have created a jira https://issues.apache.org/jira/browse/HUDI-5705
   If you are interested, feel free to give it a try. 
   


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