doric
doric copied to clipboard
Type safety for spark columns
Compile errors mixing uncompatible types of columns
Use new types for scala 2 and 3 compatibility to avoid instantiating doric columns as case classes https://newtypes.monix.io/docs/core.html
Doric column types `java.sql.{Date, Timestamp}` will be removed leaving only `java.time.{Instant, LocalDate}` column types
Will test in a review of the implicit conversions. _Originally posted by @alfonsorr in https://github.com/hablapps/doric/pull/95#r777134966_
Adding scaladoc links to high order spark functions breaks the doc. Here they are some examples: * Related with #109: * `org.apache.spark.sql.functions.array` * `org.apache.spark.sql.functions.transform` * `org.apache.spark.sql.functions.aggregate` * `org.apache.spark.sql.functions.filter` * `org.apache.spark.sql.functions.array_join`...
I'm really excited about this project! Think about the features that'll be included in the "initial public release". Once all the initial features are built, ping me, and I'll make...
## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 6. Release notes Sourced from dawidd6/action-download-artifact's releases. v6 Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v5...v6 v5 Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v4...v5 v4 What's Changed VERSIONING CHANGE: now there will only be...