You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/04/10 17:25:59 UTC

[GitHub] [arrow] wjones127 opened a new issue, #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

wjones127 opened a new issue, #35012:
URL: https://github.com/apache/arrow/issues/35012

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   From crossbow job test-conda-python-3.9-substrait
   
   https://github.com/ursacomputing/crossbow/actions/runs/4653274342/jobs/8234006878
   
   
   Also produces:
   
   ```
   TypeError: <lambda>() takes 1 positional argument but 2 were given
   ```
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] vibhatha commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "vibhatha (via GitHub)" <gi...@apache.org>.
vibhatha commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1504353727

   @wjones127 the PR is merged. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1509354096

   @github-actions crossbow submit test-conda-python-3.9-substrait


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1509366963

   Ah...this is an issue...not a PR.  :facepalm: 
   
   On the bright side, it seems the nightly test is passing again: https://github.com/ursacomputing/crossbow/tree/nightly-tests-2023-04-14-0-github-test-conda-python-3.9-substrait
   
   So I think we can close this.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] vibhatha commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "vibhatha (via GitHub)" <gi...@apache.org>.
vibhatha commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1502619607

   @wjones127 this is a failure in the Substrait Integration tests. I will look into the details and see what needs to be fixed. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] vibhatha commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "vibhatha (via GitHub)" <gi...@apache.org>.
vibhatha commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1509444979

   @westonpace this was resolved by fixing the NamedTableProvider definition in consumer-testing repo. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1502088930

   cc @vibhatha 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source
URL: https://github.com/apache/arrow/issues/35012


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] vibhatha commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "vibhatha (via GitHub)" <gi...@apache.org>.
vibhatha commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1503740195

   @wjones127 the PR is ready here: https://github.com/substrait-io/consumer-testing/pull/19
   
   Let's see how it goes. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] vibhatha commented on issue #35012: [Python] Substrait integration tests fail wit Invalid NamedTable Source

Posted by "vibhatha (via GitHub)" <gi...@apache.org>.
vibhatha commented on issue #35012:
URL: https://github.com/apache/arrow/issues/35012#issuecomment-1502631976

   @wjones127 the issue is in the Consumer testing API, the `NamedTableProvider` definition has been changed by this [PR](https://github.com/apache/arrow/pull/34279)
   
   Specifically it shows how the Python lambda needs to be changed in [here](https://github.com/apache/arrow/pull/34279/files#diff-45b2fdb2f4dc485af1c4ff5f458c9037af718f604112d37055f9734a23186ba6), so doing the same in the consumer testing API would be sufficient. 
   
   cc @westonpace I created an issue [here](https://github.com/substrait-io/consumer-testing/issues/18)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org