kszucs commented on a change in pull request #11938:
URL: https://github.com/apache/arrow/pull/11938#discussion_r784833089
##########
File path: python/pyarrow/dataset.py
##########
@@ -47,6 +46,9 @@
_get_partition_keys,
_filesystemdataset_write,
)
+# keep Expression functionality exposed here for backwards compatibility
+from pyarrow.compute import Expression, scalar, field # noqa
Review comment:
SGTM
--
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]