-
Notifications
You must be signed in to change notification settings - Fork 11
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: [+] decimal round with mode & (array) mkString functions #354
base: main
Are you sure you want to change the base?
Conversation
This is an auto-generated comment created by:
Test summary report 📊
|
2ff84a5
to
9d00961
Compare
9d00961
to
1f144e7
Compare
0b8b50e
to
bdaa071
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #354 +/- ##
==========================================
- Coverage 97.69% 97.47% -0.22%
==========================================
Files 62 62
Lines 1255 1264 +9
Branches 37 33 -4
==========================================
+ Hits 1226 1232 +6
- Misses 29 32 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
235709e
to
b8b62b2
Compare
b8b62b2
to
9fb606e
Compare
Description
(relatively ) new doric functions:
Array[String]
columns:mkString
like scala. Actually it is theconcat_ws
function from spark.Decimals
columns:round
function which lets you choose the round mode given a number of decimalsRelated Issue and dependencies
How Has This Been Tested?