Eduardo Ruiz Alonso

Results 18 issues of 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...

documentation
CI/CD

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

documentation
enhancement
good first issue
dependencies
CI/CD
API
spark_3.5

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

enhancement
spark_3.0
spark_3.1
spark_3.2
spark_2.4
API
spark_3.3
spark_3.4

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

documentation
enhancement
good first issue
CI/CD
spark_3.3

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

documentation
enhancement
good first issue
dependencies
CI/CD
API
spark_3.4

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

documentation
enhancement
good first issue
CI/CD
spark_3.4

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

documentation
enhancement
good first issue
CI/CD
spark_3.2

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

enhancement
good first issue
spark_3.1
API

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

enhancement
good first issue
API
spark_3.3