From 4ffd1dd700cefff56180fbfebb3a5644516d0c7e Mon Sep 17 00:00:00 2001 From: xiaohongbo Date: Thu, 23 Jul 2026 21:50:08 +0800 Subject: [PATCH] chore: bump version to 0.4.0 --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- DEPENDENCIES.rust.tsv | 14 +++++++------- benchmarks/tpcds/DEPENDENCIES.rust.tsv | 6 +++--- bindings/c/DEPENDENCIES.rust.tsv | 4 ++-- bindings/go/DEPENDENCIES.rust.tsv | 4 ++-- bindings/python/DEPENDENCIES.rust.tsv | 6 +++--- crates/integration_tests/DEPENDENCIES.rust.tsv | 4 ++-- .../integrations/datafusion/DEPENDENCIES.rust.tsv | 4 ++-- crates/paimon-rest-server/DEPENDENCIES.rust.tsv | 4 ++-- crates/paimon/DEPENDENCIES.rust.tsv | 2 +- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffcb3c7a..7ee0257e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "paimon" -version = "0.3.0" +version = "0.4.0" dependencies = [ "apache-avro", "arrow-arith", @@ -4586,7 +4586,7 @@ dependencies = [ [[package]] name = "paimon-c" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow", "arrow-array", @@ -4600,7 +4600,7 @@ dependencies = [ [[package]] name = "paimon-datafusion" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow-array", "arrow-schema", @@ -4645,7 +4645,7 @@ dependencies = [ [[package]] name = "paimon-integration-tests" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow-array", "arrow-schema", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "paimon-rest-server" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow-array", "arrow-schema", @@ -4686,7 +4686,7 @@ dependencies = [ [[package]] name = "paimon-tpcds-bench" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow-array", "arrow-schema", @@ -5233,7 +5233,7 @@ dependencies = [ [[package]] name = "pypaimon_rust" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 168a5890..fab0a8db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ resolver = "2" members = ["crates/paimon", "crates/paimon-rest-server", "crates/integration_tests", "bindings/c", "bindings/python", "crates/integrations/datafusion", "benchmarks/tpcds"] [workspace.package] -version = "0.3.0" +version = "0.4.0" edition = "2021" homepage = "https://paimon.apache.org/docs/rust/" repository = "https://github.com/apache/paimon-rust" @@ -40,7 +40,7 @@ arrow-select = "58.0" arrow-string = "58.0" datafusion = "54.0.0" datafusion-ffi = "54.0.0" -paimon = { version = "0.3.0", path = "crates/paimon" } +paimon = { version = "0.4.0", path = "crates/paimon" } parquet = "58.0" constant_time_eq = ">=0.4.0, <0.5.0" tokio = "1.39.2" diff --git a/DEPENDENCIES.rust.tsv b/DEPENDENCIES.rust.tsv index cb427ff2..7e1cfad1 100644 --- a/DEPENDENCIES.rust.tsv +++ b/DEPENDENCIES.rust.tsv @@ -386,14 +386,14 @@ ordered-float@2.10.1 X ordered-float@5.3.0 X ordered-multimap@0.7.3 X ownedbytes@0.9.0 X -paimon@0.3.0 X -paimon-c@0.3.0 X -paimon-datafusion@0.3.0 X +paimon@0.4.0 X +paimon-c@0.4.0 X +paimon-datafusion@0.4.0 X paimon-ftindex-core@0.1.0 X -paimon-integration-tests@0.3.0 X +paimon-integration-tests@0.4.0 X paimon-mosaic-core@0.2.0 X -paimon-rest-server@0.3.0 X -paimon-tpcds-bench@0.3.0 X +paimon-rest-server@0.4.0 X +paimon-tpcds-bench@0.4.0 X paimon-vindex-core@0.2.0 X parking@2.2.1 X X parking_lot@0.12.5 X X @@ -445,7 +445,7 @@ pyo3-build-config@0.28.3 X X pyo3-ffi@0.28.3 X X pyo3-macros@0.28.3 X X pyo3-macros-backend@0.28.3 X X -pypaimon_rust@0.3.0 X +pypaimon_rust@0.4.0 X quad-rand@0.2.3 X quick-xml@0.41.0 X quote@1.0.47 X X diff --git a/benchmarks/tpcds/DEPENDENCIES.rust.tsv b/benchmarks/tpcds/DEPENDENCIES.rust.tsv index 48959c08..8efd4d78 100644 --- a/benchmarks/tpcds/DEPENDENCIES.rust.tsv +++ b/benchmarks/tpcds/DEPENDENCIES.rust.tsv @@ -262,10 +262,10 @@ openssl-sys@0.9.117 X orc-rust@0.8.0 X ordered-float@2.10.1 X ordered-multimap@0.7.3 X -paimon@0.3.0 X -paimon-datafusion@0.3.0 X +paimon@0.4.0 X +paimon-datafusion@0.4.0 X paimon-mosaic-core@0.2.0 X -paimon-tpcds-bench@0.3.0 X +paimon-tpcds-bench@0.4.0 X paimon-vindex-core@0.2.0 X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index 488a7423..b2da9a11 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -195,8 +195,8 @@ openssl-sys@0.9.117 X orc-rust@0.8.0 X ordered-float@2.10.1 X ordered-multimap@0.7.3 X -paimon@0.3.0 X -paimon-c@0.3.0 X +paimon@0.4.0 X +paimon-c@0.4.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X parquet@58.3.0 X diff --git a/bindings/go/DEPENDENCIES.rust.tsv b/bindings/go/DEPENDENCIES.rust.tsv index 488a7423..b2da9a11 100644 --- a/bindings/go/DEPENDENCIES.rust.tsv +++ b/bindings/go/DEPENDENCIES.rust.tsv @@ -195,8 +195,8 @@ openssl-sys@0.9.117 X orc-rust@0.8.0 X ordered-float@2.10.1 X ordered-multimap@0.7.3 X -paimon@0.3.0 X -paimon-c@0.3.0 X +paimon@0.4.0 X +paimon-c@0.4.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X parquet@58.3.0 X diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index f2749c96..2514af89 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -319,8 +319,8 @@ ordered-float@2.10.1 X ordered-float@5.3.0 X ordered-multimap@0.7.3 X ownedbytes@0.9.0 X -paimon@0.3.0 X -paimon-datafusion@0.3.0 X +paimon@0.4.0 X +paimon-datafusion@0.4.0 X paimon-ftindex-core@0.1.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X @@ -369,7 +369,7 @@ pyo3-build-config@0.28.3 X X pyo3-ffi@0.28.3 X X pyo3-macros@0.28.3 X X pyo3-macros-backend@0.28.3 X X -pypaimon_rust@0.3.0 X +pypaimon_rust@0.4.0 X quad-rand@0.2.3 X quick-xml@0.41.0 X quote@1.0.47 X X diff --git a/crates/integration_tests/DEPENDENCIES.rust.tsv b/crates/integration_tests/DEPENDENCIES.rust.tsv index 1333ebab..8ba30423 100644 --- a/crates/integration_tests/DEPENDENCIES.rust.tsv +++ b/crates/integration_tests/DEPENDENCIES.rust.tsv @@ -195,8 +195,8 @@ openssl-sys@0.9.117 X orc-rust@0.8.0 X ordered-float@2.10.1 X ordered-multimap@0.7.3 X -paimon@0.3.0 X -paimon-integration-tests@0.3.0 X +paimon@0.4.0 X +paimon-integration-tests@0.4.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X parquet@58.3.0 X diff --git a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv index 9724882f..f337294b 100644 --- a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv +++ b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv @@ -338,8 +338,8 @@ ordered-float@2.10.1 X ordered-float@5.3.0 X ordered-multimap@0.7.3 X ownedbytes@0.9.0 X -paimon@0.3.0 X -paimon-datafusion@0.3.0 X +paimon@0.4.0 X +paimon-datafusion@0.4.0 X paimon-ftindex-core@0.1.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X diff --git a/crates/paimon-rest-server/DEPENDENCIES.rust.tsv b/crates/paimon-rest-server/DEPENDENCIES.rust.tsv index 3715feca..75e5051a 100644 --- a/crates/paimon-rest-server/DEPENDENCIES.rust.tsv +++ b/crates/paimon-rest-server/DEPENDENCIES.rust.tsv @@ -199,9 +199,9 @@ openssl-sys@0.9.117 X orc-rust@0.8.0 X ordered-float@2.10.1 X ordered-multimap@0.7.3 X -paimon@0.3.0 X +paimon@0.4.0 X paimon-mosaic-core@0.2.0 X -paimon-rest-server@0.3.0 X +paimon-rest-server@0.4.0 X paimon-vindex-core@0.2.0 X parquet@58.3.0 X paste@1.0.15 X X diff --git a/crates/paimon/DEPENDENCIES.rust.tsv b/crates/paimon/DEPENDENCIES.rust.tsv index d78da445..2c28cf77 100644 --- a/crates/paimon/DEPENDENCIES.rust.tsv +++ b/crates/paimon/DEPENDENCIES.rust.tsv @@ -315,7 +315,7 @@ ordered-float@2.10.1 X ordered-float@5.3.0 X ordered-multimap@0.7.3 X ownedbytes@0.9.0 X -paimon@0.3.0 X +paimon@0.4.0 X paimon-ftindex-core@0.1.0 X paimon-mosaic-core@0.2.0 X paimon-vindex-core@0.2.0 X