Skip to content

[FLINK] Switch gluten-flink entrypoint to velox4j FLINK preset #12457

Description

@ggjh-159

Description

gluten-flink initializes velox4j via Velox4j.initialize() in TaskManagerRunner. velox4j historically only shipped a SPARK preset, so gluten-flink inherited Spark function semantics.

velox4j now adds a sibling FLINK preset (bigo-sg/velox4j#54), backed by velox/functions/flinksql/. The default remains SPARK, so gluten-flink must explicitly opt in via Velox4j.configure(Preset.KEY, Preset.FLINK) before Velox4j.initialize().

Gluten version

main branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions