viirya commented on code in PR #499:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/499#discussion_r1331884878


##########
datafusion/tests/test_functions.py:
##########
@@ -467,3 +467,25 @@ def test_case(df):
     assert result.column(0) == pa.array([10, 8, 8])
     assert result.column(1) == pa.array(["Hola", "Mundo", "!!"])
     assert result.column(2) == pa.array(["Hola", "Mundo", None])
+
+
+def test_regr_funcs(df):
+    # test case base on

Review Comment:
   ```suggestion
       # test case based on
   ```



-- 
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