pauetpupa commented on PR #6571: URL: https://github.com/apache/iceberg/pull/6571#issuecomment-1412417816
This demo really helped me, thank you so much!!! But at this point I have one question: How can I modify a little bit the code (I don't know if the `genericTaskWriter` or what) to allow writing records that into already closed files? In my case, I receive multiple values unsorted so in the case of ingesting them using spark I enable the fanout (or I sort them first). Is there a way using the the java api to do the same? or should I parse all the values first and sort them? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org