This is an automated email from the ASF dual-hosted git repository.
alamb 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 68b205f7c add dependency for datafusion-common (#3074)
68b205f7c is described below
commit 68b205f7cec64df0a03be8b83370823232d7ddbf
Author: Wei-Ting Kuo <[email protected]>
AuthorDate: Mon Aug 8 19:58:20 2022 +0800
add dependency for datafusion-common (#3074)
---
datafusion-cli/Cargo.lock | 1 +
1 file changed, 1 insertion(+)
diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock
index 5bfafe2c0..57125479f 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -403,6 +403,7 @@ dependencies = [
"object_store",
"ordered-float 3.0.0",
"parquet",
+ "serde_json",
"sqlparser",
]