vibhatha commented on PR #14596: URL: https://github.com/apache/arrow/pull/14596#issuecomment-1401821046
> Hi, I have tested locally with the proposed changed but I get an error when testing the `substrait-consumer`: > > ``` > Substrait Integration Tests > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/opt/conda/envs/arrow/lib/python3.8/site-packages/substrait_consumer-0.0.1-py3.8.egg/substrait_consumer/consumers.py", line 12, in <module> > from substrait_consumer.common import SubstraitUtils > File "/opt/conda/envs/arrow/lib/python3.8/site-packages/substrait_consumer-0.0.1-py3.8.egg/substrait_consumer/common.py", line 41, in <module> > class SubstraitUtils: > File "/opt/conda/envs/arrow/lib/python3.8/site-packages/substrait_consumer-0.0.1-py3.8.egg/substrait_consumer/common.py", line 47, in SubstraitUtils > def get_full_path(file_names: Iterable[str]) -> list[str]: > TypeError: 'ABCMeta' object is not subscriptable > ``` > > This seems to be an error on the `substrait-consumer` repo itself. I've seen that we don't have CI on that repo. Should we add something there? This is because Python 3.8 is used. I had this issue locally. Even though I have specified 3.8, it would keep building for 3.8. Is something missing from the settings in my work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
