You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/09/20 16:13:05 UTC

[GitHub] [arrow-datafusion-python] viirya commented on a diff in pull request #499: add regr_* functions

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: github-unsubscribe@arrow.apache.org

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