From 39babeb53909a900ae8a91369bc997a0bfb6f08c Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:16:51 +0100 Subject: [PATCH 1/3] add feature --- Cargo.toml | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a99e8ee63..6a4e9c38ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ debug = "line-tables-only" # arrow arrow = { version = "50" } arrow-arith = { version = "50" } -arrow-array = { version = "50" } +arrow-array = { version = "50", features = ["chrono-tz"]} arrow-buffer = { version = "50" } arrow-cast = { version = "50" } arrow-ipc = { version = "50" } @@ -49,7 +49,7 @@ parquet = { version = "50" } datafusion = { version = "35" } datafusion-expr = { version = "35" } datafusion-common = { version = "35" } -datafusion-proto = { version = "35" } +datafusion-proto = { version = "36.0.0" } datafusion-sql = { version = "35" } datafusion-physical-expr = { version = "35" } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8a2f2d6817..04b4a52275 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -18,7 +18,7 @@ features = ["datafusion", "json", "unity-experimental"] # arrow arrow = { workspace = true } arrow-arith = { workspace = true } -arrow-array = { workspace = true } +arrow-array = { workspace = true , features = ["chrono-tz"]} arrow-buffer = { workspace = true } arrow-cast = { workspace = true } arrow-ipc = { workspace = true } From 739bd4f339325c10531d709799f6805e03f46d20 Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:16:51 +0100 Subject: [PATCH 2/3] add feature --- Cargo.toml | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a99e8ee63..6a4e9c38ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ debug = "line-tables-only" # arrow arrow = { version = "50" } arrow-arith = { version = "50" } -arrow-array = { version = "50" } +arrow-array = { version = "50", features = ["chrono-tz"]} arrow-buffer = { version = "50" } arrow-cast = { version = "50" } arrow-ipc = { version = "50" } @@ -49,7 +49,7 @@ parquet = { version = "50" } datafusion = { version = "35" } datafusion-expr = { version = "35" } datafusion-common = { version = "35" } -datafusion-proto = { version = "35" } +datafusion-proto = { version = "36.0.0" } datafusion-sql = { version = "35" } datafusion-physical-expr = { version = "35" } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8a2f2d6817..04b4a52275 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -18,7 +18,7 @@ features = ["datafusion", "json", "unity-experimental"] # arrow arrow = { workspace = true } arrow-arith = { workspace = true } -arrow-array = { workspace = true } +arrow-array = { workspace = true , features = ["chrono-tz"]} arrow-buffer = { workspace = true } arrow-cast = { workspace = true } arrow-ipc = { workspace = true } From 1d5eeb9ecd546e3ad06e8174bf24c71467050e8e Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:22:52 +0100 Subject: [PATCH 3/3] wrong click :S --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a4e9c38ea..14bd6f0614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ parquet = { version = "50" } datafusion = { version = "35" } datafusion-expr = { version = "35" } datafusion-common = { version = "35" } -datafusion-proto = { version = "36.0.0" } +datafusion-proto = { version = "35" } datafusion-sql = { version = "35" } datafusion-physical-expr = { version = "35" }