doric icon indicating copy to clipboard operation
doric copied to clipboard

Type safety for spark columns

Results 50 doric issues
Sort by recently updated
recently updated
newest added

Compile errors mixing uncompatible types of columns

enhancement
type system

Use new types for scala 2 and 3 compatibility to avoid instantiating doric columns as case classes https://newtypes.monix.io/docs/core.html

enhancement
type system

Doric column types `java.sql.{Date, Timestamp}` will be removed leaving only `java.time.{Instant, LocalDate}` column types

enhancement
type system

Will test in a review of the implicit conversions. _Originally posted by @alfonsorr in https://github.com/hablapps/doric/pull/95#r777134966_

enhancement

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`...

bug :bug:
documentation
help wanted :sos: :pray:

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...

dependencies

## 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...

dependencies

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...

CI/CD