vibhatha commented on code in PR #13500: URL: https://github.com/apache/arrow/pull/13500#discussion_r912589476
########## python/pyarrow/tests/test_substrait.py: ########## @@ -22,6 +22,7 @@ import pyarrow as pa from pyarrow.lib import tobytes from pyarrow.lib import ArrowInvalid +from pyarrow.substrait import make_extension_id_registry Review Comment: nit: This should probably come after the `try-catch` block for checking non-erroneous substrait import. -- 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]
