Skip to content

v0.0.5

Compare
Choose a tag to compare
@alfonsorr alfonsorr released this 21 Jul 09:11
· 150 commits to main since this release
45646e5

Highlights in 0.0.5

First of all, we had our first external committer, thanks @Amalicia for your work.
Doric 0.0.5 comes with a lot of new staff:

  • Support for Product types if you want a struct schema checked. You can choose between dynamic structs DoricColumn[Row] but now you can be more strict with using your case classes like DoricColumn[User]
  • Syntax to use sorting functions: sortBy, col.desc etc.
  • A lot of math functions, so may that I can put them all here.
  • Time columns now can be compared now.
  • Doric now works for spark 3.3 and is released for scala 2.13 in 3.2 and 3.3 spark versions.

What's Changed

Dependencies update

Our things (CI and project management)

  • feat: [~] label all sparks if doric core modified by @eruizalo in #222
  • Action to add the packages to the release page in gh by @alfonsorr in #244
  • Added sbt-dependency-submission to update github dependency graph by @alfonsorr in #254
  • ci: [+] PR Dependency Check by @eruizalo in #245
  • doc: [~] fix codecov badges & add release and first issues badges by @eruizalo in #246

New Contributors

Full Changelog: v0.0.4...v0.0.5