chore: upgrade Arrow to version 28, and DataFusion to 15 (#771)

Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
LFC
2022-12-21 17:02:11 +08:00
committed by GitHub
parent 539ead5460
commit 77182f5024
41 changed files with 328 additions and 158 deletions

View File

@@ -11,7 +11,7 @@ common-error = { path = "../error" }
common-function-macro = { path = "../function-macro" }
common-query = { path = "../query" }
common-time = { path = "../time" }
datafusion-common = "14.0.0"
datafusion-common = "15.0"
datatypes = { path = "../../datatypes" }
libc = "0.2"
num = "0.4"