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


##########
python/pyarrow/parquet/core.py:
##########
@@ -1772,7 +1774,8 @@ def read_table(source, *, columns=None, use_threads=True,
     if metadata is not None:
         raise ValueError(
             "The 'metadata' keyword is no longer supported with the new "
-            "datasets-based implementation."
+            "datasets-based implementation and will be removed in future "
+            "versions."

Review Comment:
   For `read_table` here, we can maybe also just remove that (since it was 
already raising before)



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