Skip to content

Deduplicate Spark function code with native/default datafusion function code #17964

@Jefffrey

Description

@Jefffrey

Is your feature request related to a problem or challenge?

Some Spark functions have equivalent DataFusion functions, differing slightly in behaviour. Work towards reducing duplicated code, calling out any differences between the functions when we can't merge them together.

Functions with Spark on left, DF (closest) equivalent on right:

Not all of the above are exact equivalents, they're just listed to make it easier to check if we can reduce duplication to some degree. I've listed the Spark functions I noticed that seem to have something similar in DataFusion already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions