@@ -100,13 +100,13 @@ rust.unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }
100100# See for more detaiils: https://github.com/rust-lang/cargo/issues/11329
101101ahash = { version = " 0.8" , features = [" compile-time-rng" ] }
102102aquamarine = " 0.6"
103- arrow = { version = " 57.0 " , features = [" prettyprint" ] }
104- arrow-array = { version = " 57.0 " , default-features = false , features = [" chrono-tz" ] }
105- arrow-buffer = " 57.0 "
106- arrow-cast = " 57.0 "
107- arrow-flight = " 57.0 "
108- arrow-ipc = { version = " 57.0 " , default-features = false , features = [" lz4" , " zstd" ] }
109- arrow-schema = { version = " 57.0 " , features = [" serde" ] }
103+ arrow = { version = " 57.2 " , features = [" prettyprint" ] }
104+ arrow-array = { version = " 57.2 " , default-features = false , features = [" chrono-tz" ] }
105+ arrow-buffer = " 57.2 "
106+ arrow-cast = " 57.2 "
107+ arrow-flight = " 57.2 "
108+ arrow-ipc = { version = " 57.2 " , default-features = false , features = [" lz4" , " zstd" ] }
109+ arrow-schema = { version = " 57.2 " , features = [" serde" ] }
110110async-stream = " 0.3"
111111async-trait = " 0.1"
112112# Remember to update axum-extra, axum-macros when updating axum
@@ -126,19 +126,19 @@ config = "0.13.0"
126126const_format = " 0.2"
127127crossbeam-utils = " 0.8"
128128dashmap = " 6.1"
129- datafusion = " 51 .0"
130- datafusion-common = " 51 .0"
131- datafusion-datasource = " 51 .0"
132- datafusion-expr = " 51 .0"
133- datafusion-functions = " 51 .0"
134- datafusion-functions-aggregate-common = " 51 .0"
135- datafusion-optimizer = " 51 .0"
136- datafusion-orc = { git = " https://github.com/GreptimeTeam/datafusion-orc.git " , rev = " 35f2e04bf81f2ab7b6f86c0450d6a77b7098d43e " }
137- datafusion-pg-catalog = " 0.13 "
138- datafusion-physical-expr = " 51 .0"
139- datafusion-physical-plan = " 51 .0"
140- datafusion-sql = " 51 .0"
141- datafusion-substrait = " 51 .0"
129+ datafusion = " 52 .0"
130+ datafusion-common = " 52 .0"
131+ datafusion-datasource = " 52 .0"
132+ datafusion-expr = " 52 .0"
133+ datafusion-functions = " 52 .0"
134+ datafusion-functions-aggregate-common = " 52 .0"
135+ datafusion-optimizer = " 52 .0"
136+ datafusion-orc = " 0.7 "
137+ datafusion-pg-catalog = " 0.14 "
138+ datafusion-physical-expr = " 52 .0"
139+ datafusion-physical-plan = " 52 .0"
140+ datafusion-sql = " 52 .0"
141+ datafusion-substrait = " 52 .0"
142142deadpool = " 0.12"
143143deadpool-postgres = " 0.14"
144144derive_builder = " 0.20"
@@ -185,7 +185,7 @@ otel-arrow-rust = { git = "https://github.com/GreptimeTeam/otel-arrow", rev = "5
185185 " server" ,
186186] }
187187parking_lot = " 0.12"
188- parquet = { version = " 57.0 " , default-features = false , features = [" arrow" , " async" , " object_store" ] }
188+ parquet = { version = " 57.2 " , default-features = false , features = [" arrow" , " async" , " object_store" ] }
189189paste = " 1.0"
190190pin-project = " 1.0"
191191pretty_assertions = " 1.4.0"
@@ -224,7 +224,7 @@ simd-json = "0.15"
224224similar-asserts = " 1.6.0"
225225smallvec = { version = " 1" , features = [" serde" ] }
226226snafu = " 0.8"
227- sqlparser = { version = " 0.59 .0" , default-features = false , features = [" std" , " visitor" , " serde" ] }
227+ sqlparser = { version = " 0.60 .0" , default-features = false , features = [" std" , " visitor" , " serde" ] }
228228sqlx = { version = " 0.8" , default-features = false , features = [" any" , " macros" , " json" , " runtime-tokio-rustls" ] }
229229strum = { version = " 0.27" , features = [" derive" ] }
230230sysinfo = " 0.33"
@@ -323,20 +323,19 @@ git = "https://github.com/GreptimeTeam/greptime-meter.git"
323323rev = " 5618e779cf2bb4755b499c630fba4c35e91898cb"
324324
325325[patch .crates-io ]
326- datafusion = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
327- datafusion-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
328- datafusion-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
329- datafusion-functions = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
330- datafusion-functions-aggregate-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
331- datafusion-optimizer = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
332- datafusion-physical-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
333- datafusion-physical-expr-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
334- datafusion-physical-plan = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
335- datafusion-pg-catalog = { git = " https://github.com/GreptimeTeam/datafusion-postgres.git" , rev = " 74ac8e2806be6de91ff192b97f64735392539d16" }
336- datafusion-datasource = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
337- datafusion-sql = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
338- datafusion-substrait = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7143b2fc4492a7970774583ed0997a459f3e5c05" }
339- sqlparser = { git = " https://github.com/GreptimeTeam/sqlparser-rs.git" , rev = " d7d95a44889e099e32d78e9bad9bc00598faef28" } # on branch v0.59.x
326+ datafusion = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
327+ datafusion-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
328+ datafusion-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
329+ datafusion-functions = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
330+ datafusion-functions-aggregate-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
331+ datafusion-optimizer = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
332+ datafusion-physical-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
333+ datafusion-physical-expr-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
334+ datafusion-physical-plan = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
335+ datafusion-datasource = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
336+ datafusion-sql = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
337+ datafusion-substrait = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " dc4129282abc8a74eb1674690115ec899d4e5741" }
338+ sqlparser = { git = " https://github.com/GreptimeTeam/sqlparser-rs.git" , rev = " e8a3ac44693768965abf7030cd38ebcff53a4d29" } # on branch v0.60.x
340339
341340[profile .release ]
342341debug = 1
0 commit comments