jorisvandenbossche commented on code in PR #34711: URL: https://github.com/apache/arrow/pull/34711#discussion_r1150562409
########## python/pyarrow/tests/test_acero.py: ########## @@ -19,18 +19,9 @@ import pyarrow as pa import pyarrow.compute as pc +import pyarrow.acero as ac from pyarrow.compute import field -from pyarrow._acero import ( Review Comment: I would personally prefer that you revert the changes to this PR, and instead update this import to `from pyarrow.acero import ( ...` (that avoids unnecessary changes reducing the diff) -- 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]
