eitsupi commented on code in PR #35219: URL: https://github.com/apache/arrow/pull/35219#discussion_r1171327056
########## r/NEWS.md: ########## @@ -19,6 +19,53 @@ # arrow 11.0.0.9000 +## New features + +* The `read_parquet()` and `read_arrow()` functions can now accept URL + arguments (#33287, #34708). +* The `json_credentials` argument in `GcsFileSystem$create()` now accepts + a file path containing the appropriate authentication token (@amoeba, + #34421, #34524). +* The `$options` member of `GcsFileSystem` objects can now be inspected + (@amoeba, #34422, #34477). +* The `read_csv_arrow()` function now accepts literal text input wrapped in Review Comment: It may be worth mentioning `read_json_arrow()` too. ```suggestion * The `read_csv_arrow()` and `read_json_arrow()` functions now accept literal text input wrapped in ``` -- 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]
