From b17d8bc91182908a4724ce415707f622d6a512cc Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 22 Jan 2025 08:13:10 -0500 Subject: [PATCH 1/2] Minor: Add publishing datafusion-sqllogictest to release README.md --- dev/release/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/release/README.md b/dev/release/README.md index 8990c822064da..a692708f5d2fa 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -296,6 +296,7 @@ Verify that the Cargo.toml in the tarball contains the correct version (cd datafusion/substrait && cargo publish) (cd datafusion/ffi && cargo publish) (cd datafusion-cli && cargo publish) +(cd datafusion/sqllogictest && cargo publish) ``` ### Publish datafusion-cli on Homebrew From 2cfb7fa5044f79ec1bedb9f38bb8a5fdce81873a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 22 Jan 2025 08:20:38 -0500 Subject: [PATCH 2/2] Add description --- datafusion/sqllogictest/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 7ec5f55a6e483..c1dc41196b36e 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -17,6 +17,7 @@ [package] authors = { workspace = true } +description = "DataFusion sqllogictest driver" edition = { workspace = true } homepage = { workspace = true } license = { workspace = true }