vibhatha commented on code in PR #33623:
URL: https://github.com/apache/arrow/pull/33623#discussion_r1067659468
##########
python/pyarrow/_substrait.pyx:
##########
@@ -39,7 +39,7 @@ cdef CDeclaration _create_named_table_provider(dict
named_args, const std_vector
c_name = names[i]
py_names.append(frombytes(c_name))
- py_table = named_args["provider"](py_names)
+ py_table = named_args["provider"](py_names)
Review Comment:
Not sure why this is indented? Why should it run within the loop?
--
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]