Releases: mrpowers-io/spark-daria
Releases · mrpowers-io/spark-daria
v2.2.0_0.18.0
Added functions for converting escaping special characters for SQL regexp functions.
v2.2.0_0.17.1
Bump to v0.17.1
v2.2.0_0.17.0
Bump to v0.17.0
v2.2.0_0.16.0
Bump to v0.16.0
v0.13.0
Add multiRegexpReplace
and bulkRegexpReplace
methods to run regexp_replace
on multiple columns with a single command.
Full diff of changes: v0.12.0...v0.13.0
v0.12.0
v0.10.0
v0.9.0
Summary of changes:
- Added a
DataFrame#printSchemaInCodeFormat
method - Added a
sortColumns
DataFrame transformation
Full list of changes: v0.7.0...v0.9.0
v0.7.0
v0.6.0
Add a nullBetween
Column extension to easily make "greater than or equal" and "less than or equal" comparisons with ranges defined in lower bound and upper bound columns.