An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Currently, Delta-Spark Scala extensions contains whenNot, which is identical to functionality in Scala 2.13Option.unless. We should update ScalaExtensions (and callers) to change this method toOption.unless` such that we can eventually migrate to Scala 2.13 and remove the ScalaExtensions.
Further details
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
[x] Yes. I can contribute this feature independently.
[ ] Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
[ ] No. I cannot contribute this feature at this time.
Feature request
Which Delta project/connector is this regarding?
Overview
Currently, Delta-Spark Scala extensions contains
whenNot, which is identical to functionality in Scala 2.13
Option.unless. We should update ScalaExtensions (and callers) to change this method to
Option.unless` such that we can eventually migrate to Scala 2.13 and remove the ScalaExtensions.Further details
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?