Brian Harris
Brian Harris
I would use the flag if you added it. Thanks for this great project btw!
Thanks. Adding .block() after .disconnect() fixes the issue (my 40m Xmx test did not crash after 25 iterations, so i stopped it) Given it's expensive, I can try keeping my...
We use hadoop catalog on a fs with atomic move support. Would you accept a contributed hadoop catalog to pyiceberg?
@Fokko forgot the ping. Thanks
Beyond writing snapshot summary fields, this issue is also requesting ability to write those fields in same snapshot as one created by spark.sql. That would take changes beyond what you...
@Fokko Interesting, that makes sense, so what does the linked cookbook code mean when it says "in the same commit"?
@Fokko Yes I am using python. So this is possible from java but impossible from python, interesting I wonder why.
Ok agreed. So my intention was to have this issue represent extending the API to allow same commit semantics like the java cookbook, and then issue #367 represent the (simpler)...
Hi @corleyma, my thinking was that Issue 367 is meant to represent "Interpretation 1" and this issue 368 is meant to represent "Interpretation 2". Fully agreed that both features are...
Hi @syun64, thanks for chiming in! My batch app store historical data, there is always a date column. It runs for each date and will insert data for that date....