[Feature Request][Spark] Update ScalaExtensions to be consistent with Scala2.13 API #3763
Open
2 of 8 tasks
Labels
enhancement
New feature or request
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?
The text was updated successfully, but these errors were encountered: