Eduardo Ruiz Alonso
Eduardo Ruiz Alonso
Before this PR `assertApproximateDataFrameEquality` method shared `precision` argument to check decimal numbers (`decimal` type --> `0 < value < 1`) & timestamps (`long` type --> `0 < value`)
* Cache action refactor in order to create just one cache and avoid storage leaking * CI actions upgrade, including: * resolves #434 * resolves #428 ## Description Right now...
Feature suggestion Spark [3.5.0](https://spark.apache.org/releases/spark-release-3-5-0.html) has been released. We should: - [x] Update sbt to be this version the default version #435 - [x] Update CI #435 - [x] Update docs...
## Description (relatively ) new doric functions: * **`Array[String]` columns**: * there is now a function called `mkString` like scala. Actually it is the `concat_ws` function from spark. * **`Decimals`...
Feature suggestion Spark [3.3.3](https://spark.apache.org/releases/spark-release-3-3-3.html) has been released. We should: - ~Update sbt to be this version the default version~ - [ ] Update CI - [ ] Update docs -...
Feature suggestion Spark [3.4.0](https://spark.apache.org/releases/spark-release-3-4-0.html) has been released. We should: - [x] Update sbt to be this version the default version #346 - [x] Update CI #346 - [x] Update docs...
Feature suggestion Spark [3.4.1](https://spark.apache.org/releases/spark-release-3-4-1.html) has been released. We should: - [ ] Update sbt to be this version the default version - [ ] Update CI - [ ] Update...
Feature suggestion Spark [3.2.4](https://spark.apache.org/releases/spark-release-3-2-4.html) has been released. We should: - ~Update sbt to be this version the default version~ - [ ] Update CI - [ ] Update docs -...
Look into the following functions if they already are in doric or we have to add them: From functions - [x] def percentile_approx(e: Column, percentage: Column, accuracy: Column): Column ✅...
Look into the following functions if they already are in doric or we have to add them: From functions: - [ ] def max_by(e: Column, ord: Column): Column - [...