-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add functions to daft-connect #3780
feat: add functions to daft-connect #3780
Conversation
CodSpeed Performance ReportMerging #3780 will degrade performances by 33.13%Comparing Summary
Benchmarks breakdown
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3780 +/- ##
==========================================
+ Coverage 75.31% 77.04% +1.72%
==========================================
Files 739 745 +6
Lines 95170 95116 -54
==========================================
+ Hits 71676 73280 +1604
+ Misses 23494 21836 -1658
|
adds the following: - all of spark's [math functions](https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/functions.html#math-functions) we currently have implemented. - all of spark's [string functions](https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/functions.html#string-functions) we currently have implemented - all of spark's [normal functions](https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/functions.html#normal-functions) we currently have implemented
adds the following: