kosiew commented on code in PR #1253:
URL: 
https://github.com/apache/datafusion-python/pull/1253#discussion_r2394619426


##########
python/tests/test_expr.py:
##########
@@ -53,6 +54,10 @@
     ensure_expr_list,
 )
 
+# Avoid passing boolean literals positionally (FBT003). Use a named constant
+# so linters don't see a bare True/False literal in a function call.
+_TRUE = True

Review Comment:
   > whitelist functions like lit
   
   I'll implement 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to