alamb commented on code in PR #66:
URL: https://github.com/apache/datafusion-site/pull/66#discussion_r2035547140


##########
content/blog/2024-11-19-datafusion-python-udf-comparisons.md:
##########
@@ -137,7 +137,7 @@ def is_of_interest_impl(
         partkey = partkey.as_py()
         suppkey = suppkey_arr[idx].as_py()
         returnflag = returnflag_arr[idx].as_py()
-        value = (partkey, suppkey, returnflag)
+        value = (partkey, suppkey, returnflag)  

Review Comment:
   This seems to have been changed by accident: 
   
   ```suggestion
           value = (partkey, suppkey, returnflag)
   ```



-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to