apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.63k stars 3.56k forks source link

[Python][CI] Substrait nightly job is failing due to wrong invocation of substrait consumer-testing #44726

Closed raulcd closed 1 week ago

raulcd commented 1 week ago

Describe the bug, including details regarding any error messages, version, and platform.

The test-conda-python-3.10-substrait job is currently failing with:

 UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: argument --producer: invalid choice: 'IsthmusProducer' (choose from 'datafusion', 'duckdb', 'ibis', 'isthmus')
For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
  config = pluginmanager.hook.pytest_cmdline_parse(
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: argument --producer: invalid choice: 'IsthmusProducer' (choose from 'datafusion', 'duckdb', 'ibis', 'isthmus')

This seems to be related to this substrait consumer-testing PR change:

Component(s)

Continuous Integration, Python

kou commented 1 week ago

Issue resolved by pull request 44727 https://github.com/apache/arrow/pull/44727