westonpace commented on code in PR #33623:
URL: https://github.com/apache/arrow/pull/33623#discussion_r1068732222


##########
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:
   Oops, good catch!  I was experimenting with this function for something 
unrelated and didn't notice the change because I was hiding whitespace changes 
when doing self-review.
   
   Thanks, I have reverted 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to