Skip to content

Releases: MrPowers/spark-daria

v2.2.0_0.18.0

15 Mar 21:16
Compare
Choose a tag to compare

Added functions for converting escaping special characters for SQL regexp functions.

v2.2.0_0.17.1

14 Jan 17:27
Compare
Choose a tag to compare
Bump to v0.17.1

v2.2.0_0.17.0

14 Jan 02:32
Compare
Choose a tag to compare
Bump to v0.17.0

v2.2.0_0.16.0

27 Dec 14:39
Compare
Choose a tag to compare
Bump to v0.16.0

v0.13.0

01 Nov 20:53
Compare
Choose a tag to compare

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

02 Sep 02:04
Compare
Choose a tag to compare

Summary of DataFrameHelper methods added:

  • twoColumnsToMap: converts two columns of a DataFrame to a Map
  • columnToArray: converts a column of a DataFrame into a typed Array

v0.10.0

28 Aug 16:23
Compare
Choose a tag to compare

New functions:

  • forall that functions similarly to Seq#forall
  • exists that functions similarly to Seq#exists

v0.9.0

14 Aug 17:46
Compare
Choose a tag to compare

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

03 Aug 01:57
Compare
Choose a tag to compare

New Column extensions:

  • isFalsy
  • isTruthy
  • isNullOrBlank
  • isNotIn

Full diff: v0.6.0...v0.7.0

v0.6.0

09 Jul 14:25
Compare
Choose a tag to compare

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.

v0.5.0...v0.6.0