This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new fe38d0e1ee GH-39425: [CI] Fix import to match new substrait repo
structure (#39426)
fe38d0e1ee is described below
commit fe38d0e1ee16662e66784f715c2e8179855ee803
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed Jan 3 11:34:53 2024 +0100
GH-39425: [CI] Fix import to match new substrait repo structure (#39426)
### Rationale for this change
Upstream substrait repo did a small refactor. We have to update our imports
to match the new structure.
### What changes are included in this PR?
Update import
### Are these changes tested?
Via archery
### Are there any user-facing changes?
No
* Closes: #39425
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
ci/scripts/integration_substrait.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/scripts/integration_substrait.sh
b/ci/scripts/integration_substrait.sh
index f7208ae113..164f0e80b9 100755
--- a/ci/scripts/integration_substrait.sh
+++ b/ci/scripts/integration_substrait.sh
@@ -24,7 +24,7 @@ set -e
echo "Substrait Integration Tests"
echo "Validating imports"
python -c "import pyarrow.substrait"
-python -c "from substrait_consumer.consumers import AceroConsumer"
+python -c "from substrait_consumer.consumers.acero_consumer import
AceroConsumer"
echo "Executing pytest"
cd consumer-testing