jorisvandenbossche commented on code in PR #12898:
URL: https://github.com/apache/arrow/pull/12898#discussion_r851281529


##########
docs/source/python/dataset.rst:
##########
@@ -570,7 +570,7 @@ dataset to be partitioned.  For example:
     part = ds.partitioning(
         pa.schema([("c", pa.int16())]), flavor="hive"
     )
-    ds.write_dataset(table, "sample_dataset", format="parquet", 
partitioning=part)
+    ds.write_dataset(table, "partitioned_dataset", format="parquet", 
partitioning=part)

Review Comment:
   We already wrote to "sample_dataset" a bit above, so this now started to 
(correctly) raise an error if using the same name



-- 
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]

Reply via email to