@@ -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  = { git  = " https://github.com/GreptimeTeam/datafusion-orc" rev  = " 2971b041ce1c94e315ac5b327589da6d61f449c0 " 
133+ datafusion-postgres   = { git  = " https://github.com/datafusion-contrib/datafusion-postgres" rev  = " 7c1db5efdbf25924246f49b061acbbdf2d4af649 " 
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" 
@@ -216,10 +216,7 @@ simd-json = "0.15"
216216similar-asserts  = " 1.6.0" 
217217smallvec  = { version  = " 1" features  = [" serde" 
218218snafu  = " 0.8" 
219- sqlparser  = { git  = " https://github.com/GreptimeTeam/sqlparser-rs.git" rev  = " 39e4fc94c3c741981f77e9d63b5ce8c02e0a27ea" features  = [
220-     " visitor" 
221-     " serde" 
222- ] } #  branch = "v0.55.x"
219+ sqlparser  = { version  = " 0.58.0" default-features  = false , features  = [" std" " visitor" " serde" 
223220sqlx  = { version  = " 0.8" features  = [
224221    " runtime-tokio-rustls" 
225222    " mysql" 
@@ -321,16 +318,19 @@ git = "https://github.com/GreptimeTeam/greptime-meter.git"
321318rev  = " 5618e779cf2bb4755b499c630fba4c35e91898cb" 
322319
323320[patch .crates-io ]
324- datafusion  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
325- datafusion-common  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
326- datafusion-expr  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
327- datafusion-functions  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
328- datafusion-functions-aggregate-common  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
329- datafusion-optimizer  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
330- datafusion-physical-expr  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
331- datafusion-physical-plan  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
332- datafusion-sql  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
333- datafusion-substrait  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " 7d5214512740b4dfb742b6b3d91ed9affcc2c9d0" 
321+ datafusion  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
322+ datafusion-common  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
323+ datafusion-expr  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
324+ datafusion-functions  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
325+ datafusion-functions-aggregate-common  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
326+ datafusion-optimizer  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
327+ datafusion-physical-expr  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
328+ datafusion-physical-expr-common  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
329+ datafusion-physical-plan  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
330+ datafusion-datasource  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
331+ datafusion-sql  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
332+ datafusion-substrait  = { git  = " https://github.com/GreptimeTeam/datafusion.git" rev  = " fd4b2abcf3c3e43e94951bda452c9fd35243aab0" 
333+ sqlparser  = { git  = " https://github.com/GreptimeTeam/sqlparser-rs.git" rev  = " 4b519a5caa95472cc3988f5556813a583dd35af1" #  branch = "v0.58.x"
334334
335335[profile .release ]
336336debug  = 1 
0 commit comments