Skip to content

Commit a5c87e0

Browse files
committed
Merge commit '656c6a93fadcec7bc43a8a881dfaf55388b0b5c6' into refactor/oeq_eq_properties
2 parents 2a37ed8 + 656c6a9 commit a5c87e0

File tree

11 files changed

+367
-423
lines changed

11 files changed

+367
-423
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ arrow-buffer = { version = "48.0.0", default-features = false }
5555
arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
5656
arrow-schema = { version = "48.0.0", default-features = false }
5757
parquet = { version = "48.0.0", features = ["arrow", "async", "object_store"] }
58-
sqlparser = { version = "0.38.0", features = ["visitor"] }
58+
sqlparser = { version = "0.39.0", features = ["visitor"] }
5959
chrono = { version = "0.4.31", default-features = false }
6060

6161
[profile.release]
@@ -75,3 +75,4 @@ opt-level = 3
7575
overflow-checks = false
7676
panic = 'unwind'
7777
rpath = false
78+

0 commit comments

Comments
 (0)