AlenkaF commented on code in PR #46131:
URL: https://github.com/apache/arrow/pull/46131#discussion_r2043862451


##########
python/pyarrow/ipc.py:
##########
@@ -150,9 +140,8 @@ def _ensure_default_ipc_read_options(options):
     return options or IpcReadOptions()
 
 
-def new_stream(sink, schema, *, use_legacy_format=None, options=None):
+def new_stream(sink, schema, *, options=None):

Review Comment:
   There hasn’t been a clean way to deprecate these so far. One approach could 
be to leave this PR open for now and introduce deprecation warnings in a 
separate PR first.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to