bebe icon indicating copy to clipboard operation
bebe copied to clipboard

Filling in the Spark function gaps across APIs

Results 7 bebe issues
Sort by recently updated
recently updated
newest added

Will want to expose the "missing API functions" (e.g. regexp_extract_all) for the PySpark folks too. Think we'll be able to follow [this example](https://github.com/apache/spark/blob/master/python/pyspark/sql/functions.py#L1911-L1924) and expose these relatively easily. Something like...

Should be similar to [what's published for spark-daria](https://mrpowers.github.io/spark-daria/latest/api/#package).

These are functions that are not implemented in Spark, but commonly requested. They should be implemented as Catalyst Expressions so they're performant for the community: Datetime - [X] beginningOfDay -...

We can use this issue to create a list of all the functions that are in Spark SQL, but not in the Scala API for whatever reason. Here's the list...

Not yet finished (cross spark version buid not inserted) But it allows to use the bebe function to (at least tested with 3.0.1 local) versions previous to 3.1.0. The source...

I think we should bump to Spark 2.4.5 & see what can features can get added to Spark 2. This way they'll be some JAR files for the Spark 2...