This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 66dd253d2 MINOR: remove unused dependencies (#3508)
66dd253d2 is described below
commit 66dd253d2e0cdd00c8d3611f2ca470b9cde48abc
Author: Ruihang Xia <[email protected]>
AuthorDate: Fri Sep 16 15:55:44 2022 +0800
MINOR: remove unused dependencies (#3508)
* MINOR: remove unused dependencies
Signed-off-by: Ruihang Xia <[email protected]>
* revert rand
* ad newline
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
---
datafusion/common/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml
index 72ffbb22b..028a4874a 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -46,5 +46,4 @@ object_store = { version = "0.5.0", optional = true }
ordered-float = "3.0"
parquet = { version = "22.0.0", features = ["arrow"], optional = true }
pyo3 = { version = "0.17.1", optional = true }
-serde_json = "1.0"
sqlparser = "0.23"