Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Use TreeNodeTag for index plan identifier in Spark 3.0 #185

@sezruby

Description

@sezruby

Feature requested

#178 introduces an identifier for plans which is already modified to apply an index.
The identifier is stored in options of HadoopFsRelation which is ad hoc approach.

Spark 3.0 provides TreeNodeTag feature to keep some values for each plan node.
Therefore, we could utilize the tag for the identifier.

ref) https://github.com/apache/spark/blob/branch-3.0/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala

Acceptance criteria

Success criteria

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuntriagedThis is the default tag for a newly created issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions