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.
In order to make these PRs move forward with least conflicts, we decided to follow below steps:
Step 1. Do not make changes in refresh API and protect each action under a separate temporary Spark configuration flag. To keep current behavior of refresh intact, the flag for each of the actions is disabled by default.
Step 2. Let the PRs be reviewed, tested and merged to master.
Step 3. Refactor refresh index code and merge above actions as a subsequent step.
This issue is created to track the 3rd step above.
Expected behavior
Refresh index code in the smart mode should support both append and delete. This means once refreshIndex(mode = "smart") is called, Hyperspace should detect both additional and deleted source files and updates the index as expected for the smart mode.