You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/14 13:11:09 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #11938: ARROW-15077: [Python] Move Expression class from _dataset to _compute cython module

kszucs commented on a change in pull request #11938:
URL: https://github.com/apache/arrow/pull/11938#discussion_r784830527



##########
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:
       @jorisvandenbossche do we want to keep them in the future as well or shall we deprecate them?




-- 
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-unsubscribe@arrow.apache.org

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