This is an automated email from the ASF dual-hosted git repository.
korowa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 7f1bad9e62 Update sqllogictest requirement from =0.24.0 to =0.26.0
(#14017)
7f1bad9e62 is described below
commit 7f1bad9e62f4a8a279c1efc8c92f6e858eb000ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 14:36:31 2025 +0200
Update sqllogictest requirement from =0.24.0 to =0.26.0 (#14017)
* Update sqllogictest requirement from =0.24.0 to =0.26.0
Updates the requirements on
[sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the
latest version.
- [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases)
-
[Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/risinglightdb/sqllogictest-rs/compare/v0.24.0...v0.26.0)
---
updated-dependencies:
- dependency-name: sqllogictest
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* remove version pin and note
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eduard Karacharov <[email protected]>
---
datafusion/sqllogictest/Cargo.toml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/datafusion/sqllogictest/Cargo.toml
b/datafusion/sqllogictest/Cargo.toml
index 3104846eda..7ec5f55a6e 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -52,9 +52,7 @@ object_store = { workspace = true }
postgres-protocol = { version = "0.6.7", optional = true }
postgres-types = { version = "0.2.8", features = ["derive",
"with-chrono-0_4"], optional = true }
rust_decimal = { version = "1.36.0", features = ["tokio-pg"] }
-# Pin to 0.24 until labels are supported
-# See https://github.com/risinglightdb/sqllogictest-rs/issues/242
-sqllogictest = "=0.24.0"
+sqllogictest = "0.26.0"
sqlparser = { workspace = true }
tempfile = { workspace = true }
testcontainers = { version = "0.23", features = ["default"], optional = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]