Re: In streaming scenarios, only one piece of data is written to a file

2022-09-08 Thread Ryan Blue
Hi YeHAN, I'm not sure that I understand your question. Maybe you could join the Slack channel and ask there so we can get some quick follow-up questions answered? On Wed, Sep 7, 2022 at 4:47 PM liuyehan wrote: > HI,everyone: > Now, when I use Iceberg native Java API to write data to Iceberg tab

In streaming scenarios, only one piece of data is written to a file

2022-09-07 Thread liuyehan
HI,everyone: Now, when I use Iceberg native Java API to write data to Iceberg table, only one piece of data can be written into a file,The next piece of data doesn't fit into the file. Therefore, I need a streaming writing scene to write one piece of data into a file,I also did not find the corr