Fokko commented on code in PR #363:
URL: https://github.com/apache/iceberg-python/pull/363#discussion_r1665964764


##########
mkdocs/docs/api.md:
##########
@@ -273,6 +273,10 @@ tbl.append(df)
 
 # or
 
+tbl.merge_append(df)

Review Comment:
   Thanks! I think the use-case of the Java library is slightly different, 
since that's mostly used in query engines.
   
   > Is it due to some backward compatibiilty issue?
   
   I think it is for historical reasons, since the fast-append was added later 
on :)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to