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 2020/08/13 14:17:12 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #7921: ARROW-9658: [Python] Python bindings for dataset writing

jorisvandenbossche commented on a change in pull request #7921:
URL: https://github.com/apache/arrow/pull/7921#discussion_r469985388



##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -2022,3 +2022,66 @@ def _get_partition_keys(Expression partition_expression):
         frombytes(name_val.first): pyarrow_wrap_scalar(name_val.second).as_py()
         for name_val in GetResultValue(CGetPartitionKeys(deref(expr.get())))
     }
+
+
+def _filesystemdataset_write(
+    data, object base_dir, Schema schema,
+    FileFormat format, FileSystem filesystem, Partitioning partitioning

Review comment:
       Indeed




----------------------------------------------------------------
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:
users@infra.apache.org