You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
#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.
Feature requested
#178 introduces an identifier for plans which is already modified to apply an index.
The identifier is stored in
optionsofHadoopFsRelationwhich is ad hoc approach.Spark 3.0 provides
TreeNodeTagfeature 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