AlenkaF commented on code in PR #46131: URL: https://github.com/apache/arrow/pull/46131#discussion_r2046136210
########## 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: I'm a bit on the fence here, but I noticed that David has approved, and it looks like you, @raulcd, are on board as well. Unless there are any objections, I'll go ahead and merge this later today. -- 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