v0.0.3
TLDR
- Cross version of doric tested against all 3.x versions. To use the version of doric related to your spark, use the dependency
doric_3-x_2.12
being x the minor version of spark (doric_3-0_2.12
,doric_3-1_2.12
,doric_3-2_2.12
) - An interpolator to build string columns
ds""
, creates a string column similar to thes""
scala interpolator.
What's Changed
- Update sbt to 1.6.2 by @scala-steward in #163
- Update mdoc, sbt-mdoc to 2.3.0 by @scala-steward in #160
- Update documentation stable version to 0.0.2 by @alfonsorr in #164
- Update scalafmt-core to 3.4.0 by @scala-steward in #161
- Update scalafmt-core to 3.4.3 by @scala-steward in #172
- Doric doc by @jserranohidalgo in #173
- Update CODEOWNERS by @alfonsorr in #177
- feat: [+] add issue & PR templates & CONTRIBUTING by @eruizalo in #179
- Update mdoc, sbt-mdoc to 2.3.1 by @scala-steward in #178
- Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.2.5 by @dependabot in #176
- Update spark-sql to 3.1.3 by @scala-steward in #174
- Update navigation.yml by @alfonsorr in #180
- ci: [+] github actions concurrency by @eruizalo in #181
- Update spark-daria, spark-fast-tests to 1.0.1 by @scala-steward in #170
- feat: [+] StringColumn concat interpolator (#165) by @eruizalo in #166
- ci: release executed only if habla repository by @eruizalo in #158
- ci: [+] PR labeler by @eruizalo in #175
- Update spark-fast-tests to 1.2.0 by @scala-steward in #183
- Update spark-daria to 1.2.3 by @scala-steward in #182
- Cross build doric from Spark 3.0 to 3.2 by @alfonsorr in #184
- Single parameter sparkVersion allows 3.x and 3.x.x versions by @alfonsorr in #185
- ci: [+] add spark labels to labeler by @eruizalo in #186
- Bump actions/labeler from 3 to 4 by @dependabot in #188
- Bump actions/checkout from 2 to 3 by @dependabot in #189
- ci: [+] compose actions (issue #152) by @eruizalo in #171
- ci/#159 spark version matrix by @eruizalo in #187
- FIX ci mvn central release by @eruizalo in #192
- ci_fix: fix job mvn_release & improve cache by @eruizalo in #193
- Update sbt-api-mappings to 3.0.2 by @scala-steward in #194
- fix: [~] codecov reports with flags by @eruizalo in #196
- feat_fix: [~] Prepare release 0.0.3 & other fixes by @eruizalo in #195
- Update mdoc, sbt-mdoc to 2.3.2 by @scala-steward in #197
- fix: [~] str interpolator now prints empty if null column (issue #191) by @eruizalo in #199
Full Changelog: v0.0.2...v0.0.3