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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
