We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_regr_funcs
datafusion-python
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test_regr_funcs in test_functions.py uses a ctx.sql(query) statement, which bypasses the datafusion-python functions it should be testing.
test_functions.py
ctx.sql(query)
datafusion-python/python/datafusion/tests/test_functions.py
Lines 834 to 853 in fd6b4df
The text was updated successfully, but these errors were encountered:
test regr_ function wrappers
d293398
Closes apache#778
f580155
Successfully merging a pull request may close this issue.
test_regr_funcs
intest_functions.py
uses actx.sql(query)
statement, which bypasses thedatafusion-python
functions it should be testing.datafusion-python/python/datafusion/tests/test_functions.py
Lines 834 to 853 in fd6b4df
The text was updated successfully, but these errors were encountered: