gamblewin commented on issue #9093:
URL: https://github.com/apache/hudi/issues/9093#issuecomment-1614027795

   One more question, does hudi have any flink api for bulk insert?
   
![image](https://github.com/apache/hudi/assets/39117591/29652adf-3196-4109-91ba-6f5d176a7d05)
   The example on official website is inserting data into Hudi table one by 
one, what if i want to split data source stream into different windows and when 
each window closes, bulk insert all data in that window into Hudi table.
   
   For now, the only way i can think of bulk insert is use the executeSql() 
method of StreamTableEnvironment to execute SQL statements by concatenating the 
SQL string. 
   


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