@@ -99,12 +99,12 @@ rust.unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }
9999# See for more detaiils: https://github.com/rust-lang/cargo/issues/11329
100100ahash = { version = " 0.8" , features = [" compile-time-rng" ] }
101101aquamarine = " 0.6"
102- arrow = { version = " 56.0 " , features = [" prettyprint" ] }
103- arrow-array = { version = " 56.0 " , default-features = false , features = [" chrono-tz" ] }
104- arrow-buffer = " 56.0 "
105- arrow-flight = " 56.0 "
106- arrow-ipc = { version = " 56.0 " , default-features = false , features = [" lz4" , " zstd" ] }
107- arrow-schema = { version = " 56.0 " , features = [" serde" ] }
102+ arrow = { version = " 56.2 " , features = [" prettyprint" ] }
103+ arrow-array = { version = " 56.2 " , default-features = false , features = [" chrono-tz" ] }
104+ arrow-buffer = " 56.2 "
105+ arrow-flight = " 56.2 "
106+ arrow-ipc = { version = " 56.2 " , default-features = false , features = [" lz4" , " zstd" ] }
107+ arrow-schema = { version = " 56.2 " , features = [" serde" ] }
108108async-stream = " 0.3"
109109async-trait = " 0.1"
110110# Remember to update axum-extra, axum-macros when updating axum
@@ -123,18 +123,18 @@ clap = { version = "4.4", features = ["derive"] }
123123config = " 0.13.0"
124124crossbeam-utils = " 0.8"
125125dashmap = " 6.1"
126- datafusion = " 49 "
127- datafusion-common = " 49 "
128- datafusion-expr = " 49 "
129- datafusion-functions = " 49 "
130- datafusion-functions-aggregate-common = " 49 "
131- datafusion-optimizer = " 49 "
132- datafusion-orc = { git = " https://github.com/GreptimeTeam/datafusion-orc " , rev = " a0a5f902158f153119316eaeec868cff3fc8a99d " }
133- datafusion-pg-catalog = { git = " https://github.com/datafusion-contrib/datafusion-postgres " , rev = " 3d1b7c7d5b82dd49bafc2803259365e633f654fa " }
134- datafusion-physical-expr = " 49 "
135- datafusion-physical-plan = " 49 "
136- datafusion-sql = " 49 "
137- datafusion-substrait = " 49 "
126+ datafusion = " 50 "
127+ datafusion-common = " 50 "
128+ datafusion-expr = " 50 "
129+ datafusion-functions = " 50 "
130+ datafusion-functions-aggregate-common = " 50 "
131+ datafusion-optimizer = " 50 "
132+ datafusion-orc = " 0.5 "
133+ datafusion-pg-catalog = " 0.11 "
134+ datafusion-physical-expr = " 50 "
135+ datafusion-physical-plan = " 50 "
136+ datafusion-sql = " 50 "
137+ datafusion-substrait = " 50 "
138138deadpool = " 0.12"
139139deadpool-postgres = " 0.14"
140140derive_builder = " 0.20"
@@ -180,7 +180,7 @@ otel-arrow-rust = { git = "https://github.com/GreptimeTeam/otel-arrow", rev = "2
180180 " server" ,
181181] }
182182parking_lot = " 0.12"
183- parquet = { version = " 56.0 " , default-features = false , features = [" arrow" , " async" , " object_store" ] }
183+ parquet = { version = " 56.2 " , default-features = false , features = [" arrow" , " async" , " object_store" ] }
184184paste = " 1.0"
185185pin-project = " 1.0"
186186pretty_assertions = " 1.4.0"
@@ -217,10 +217,7 @@ simd-json = "0.15"
217217similar-asserts = " 1.6.0"
218218smallvec = { version = " 1" , features = [" serde" ] }
219219snafu = " 0.8"
220- sqlparser = { git = " https://github.com/GreptimeTeam/sqlparser-rs.git" , rev = " 39e4fc94c3c741981f77e9d63b5ce8c02e0a27ea" , features = [
221- " visitor" ,
222- " serde" ,
223- ] } # branch = "v0.55.x"
220+ sqlparser = { version = " 0.58.0" , default-features = false , features = [" std" , " visitor" , " serde" ] }
224221sqlx = { version = " 0.8" , features = [
225222 " runtime-tokio-rustls" ,
226223 " mysql" ,
@@ -322,16 +319,19 @@ git = "https://github.com/GreptimeTeam/greptime-meter.git"
322319rev = " 5618e779cf2bb4755b499c630fba4c35e91898cb"
323320
324321[patch .crates-io ]
325- datafusion = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
326- datafusion-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
327- datafusion-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
328- datafusion-functions = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
329- datafusion-functions-aggregate-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
330- datafusion-optimizer = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
331- datafusion-physical-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
332- datafusion-physical-plan = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
333- datafusion-sql = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
334- datafusion-substrait = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" }
322+ datafusion = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
323+ datafusion-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
324+ datafusion-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
325+ datafusion-functions = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
326+ datafusion-functions-aggregate-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
327+ datafusion-optimizer = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
328+ datafusion-physical-expr = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
329+ datafusion-physical-expr-common = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
330+ datafusion-physical-plan = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
331+ datafusion-datasource = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
332+ datafusion-sql = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
333+ datafusion-substrait = { git = " https://github.com/GreptimeTeam/datafusion.git" , rev = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
334+ sqlparser = { git = " https://github.com/GreptimeTeam/sqlparser-rs.git" , rev = " 4b519a5caa95472cc3988f5556813a583dd35af1" } # branch = "v0.58.x"
335335
336336[profile .release ]
337337debug = 1
0 commit comments