HonahX commented on PR #288:
URL: https://github.com/apache/iceberg-python/pull/288#issuecomment-1905350230

   > @mgmarino @HonahX - I was testing this, and after the change I confirm 
that I can query the table in Athena (I'm still doing some deep dive on why the 
table is not droppable in athena), but anyhow, I have a weird behvior: if I run 
this multiple times
   > 
   > ```
   > data = [
   >     {"x": "Alice"},
   >     {"x": "Bob"}
   > ]
   > df = pd.DataFrame(data)
   > 
   > to_append = pa.Table.from_pandas(df)
   > 
   > t.append(to_append)
   > ```
   
   
   @nicor88. I tried the same code you posted along with this PR, and it seemed 
to work on my side. Each time I ran the code, a new "Alice" and a new "Bob" 
were appended to the table. Do you still have the same issue on your side?


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

Reply via email to