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/11/08 22:36:46 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3049: Split out arrow-json (#3044)

tustvold commented on code in PR #3049:
URL: https://github.com/apache/arrow-rs/pull/3049#discussion_r1017187866


##########
arrow/Cargo.toml:
##########
@@ -64,9 +63,8 @@ packed_simd = { version = "0.3", default-features = false, optional = true, pack
 chrono = { version = "0.4", default-features = false, features = ["clock"] }
 comfy-table = { version = "6.0", optional = true, default-features = false }
 pyo3 = { version = "0.17", default-features = false, optional = true }
-lexical-core = { version = "^0.8", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }
 multiversion = { version = "0.6.1", default-features = false }
-bitflags = { version = "1.2.1", default-features = false }

Review Comment:
   These are just drive-by-fixes. They are no longer needed by the top-level crate



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