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/10/07 05:31:19 UTC

[GitHub] [arrow-datafusion] unvalley commented on a diff in pull request #3750: Fix `ListingTableUrl` to decode percent

unvalley commented on code in PR #3750:
URL: https://github.com/apache/arrow-datafusion/pull/3750#discussion_r989695131


##########
datafusion/core/Cargo.toml:
##########
@@ -80,6 +80,7 @@ ordered-float = "3.0"
 parking_lot = "0.12"
 parquet = { version = "24.0.0", features = ["arrow", "async"] }
 paste = "^1.0"
+percent-encoding = "2.2.0"

Review Comment:
   `datafusion/core` uses `url` crate by servo. 
   `percent-encoding` is also published by [same repository](https://github.com/servo/rust-url/tree/master/percent_encoding).



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