pitrou commented on a change in pull request #9528: URL: https://github.com/apache/arrow/pull/9528#discussion_r589537475
########## File path: python/pyarrow/_csv.pyx ########## @@ -34,8 +34,8 @@ from pyarrow.lib cimport (check_status, Field, MemoryPool, Schema, pyarrow_unwrap_batch, pyarrow_unwrap_table, pyarrow_wrap_schema, pyarrow_wrap_table, pyarrow_wrap_data_type, pyarrow_unwrap_data_type, - Table, RecordBatch) -from pyarrow.lib import frombytes, tobytes + Table, RecordBatch, StopToken) Review comment: No JIRA yet. We can open one, or do it when needed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org