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.
#171 enables to utilize Hybrid scan with delete dataset as well as append dataset.
However, the feature still requires some validation and optimization before GA.
So I created the temporary config below to make it switchable until then.
val INDEX_HYBRID_SCAN_DELETE_ENABLED = "spark.hyperspace.index.hybridscan.delete.enabled"
val INDEX_HYBRID_SCAN_DELETE_ENABLED_DEFAULT = "false"
This issue is for tracking this config.
Acceptance criteria
Success criteria
delete-only dataset TPCH
delete-only dataset TPCH - 100K files
append & delete dataset TPCH
Additional context
Add any other context or screenshots about the feature request here.
Feature requested
#171 enables to utilize Hybrid scan with delete dataset as well as append dataset.
However, the feature still requires some validation and optimization before GA.
So I created the temporary config below to make it switchable until then.
This issue is for tracking this config.
Acceptance criteria
Success criteria
Additional context
Add any other context or screenshots about the feature request here.