This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 8829e012 chore: update py-df to 43.1 (#1152)
8829e012 is described below

commit 8829e0126aa6f935297c972d25fb8828898212dd
Author: Marko Milenković <[email protected]>
AuthorDate: Fri Dec 27 19:17:44 2024 +0000

    chore: update py-df to 43.1 (#1152)
    
    * chore: update py-df to 43.1.0
    
    * remove duplicate import
---
 examples/tests/object_store.rs | 1 -
 python/Cargo.toml              | 8 ++++----
 python/requirements.txt        | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/examples/tests/object_store.rs b/examples/tests/object_store.rs
index 3c3443e8..aa1a7864 100644
--- a/examples/tests/object_store.rs
+++ b/examples/tests/object_store.rs
@@ -219,7 +219,6 @@ mod custom_s3_config {
     use ballista_core::RuntimeProducer;
     use ballista_examples::object_store::{CustomObjectStoreRegistry, 
S3Options};
     use ballista_examples::test_util::examples_test_data;
-    use datafusion::execution::runtime_env::RuntimeEnv;
     use datafusion::execution::SessionState;
     use datafusion::prelude::SessionConfig;
     use datafusion::{assert_batches_eq, prelude::SessionContext};
diff --git a/python/Cargo.toml b/python/Cargo.toml
index f7083822..30ce2e22 100644
--- a/python/Cargo.toml
+++ b/python/Cargo.toml
@@ -34,12 +34,12 @@ ballista = { path = "../ballista/client", version = 
"0.12.0" }
 ballista-core = { path = "../ballista/core", version = "0.12.0" }
 ballista-executor = { path = "../ballista/executor", version = "0.12.0", 
default-features = false }
 ballista-scheduler = { path = "../ballista/scheduler", version = "0.12.0", 
default-features = false }
-datafusion = { version = "42", features = ["pyarrow", "avro"] }
-datafusion-proto = { version = "42" }
-datafusion-python = { version = "42" }
+datafusion = { version = "43", features = ["pyarrow", "avro"] }
+datafusion-proto = { version = "43" }
+datafusion-python = { version = "43" }
 
 pyo3 = { version = "0.22", features = ["extension-module", "abi3", 
"abi3-py38"] }
-pyo3-log = "0.11.0"
+pyo3-log = "0.11"
 tokio = { version = "1.42", features = ["macros", "rt", "rt-multi-thread", 
"sync"] }
 
 [lib]
diff --git a/python/requirements.txt b/python/requirements.txt
index bfc0e03c..7c9ce71e 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -1,4 +1,4 @@
-datafusion==42.0.0
+datafusion==43.1.0
 pyarrow
 pytest
 maturin==1.5.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to