Eduardo Ruiz Alonso
Eduardo Ruiz Alonso
### Feature suggestion The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - [x] set-output - dawidd6/action-download-artifact #328...
Related to PR #104 - [ ] Could be used to **doric validations** - [x] Include location #283
Look into the following functions if they already are in doric or we have to add them: - [ ] def typedlit[T : TypeTag](literal: T): Column - [ ] def...
Not sure if this issue worths it, remove the TODO comment if it doesn't - [ ] ArrayType - [ ] ListType - [ ] StructType - [ ] MapType
Doric column types `java.sql.{Date, Timestamp}` will be removed leaving only `java.time.{Instant, LocalDate}` column types
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`...