Skip to content

Commit

Permalink
apacheGH-39425: [CI] Fix import to match new substrait repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 2, 2024
1 parent fc20cd0 commit 1d0226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/integration_substrait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d0226a

Please sign in to comment.