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.
Implement refresh(mode = "smart") of refresh of incremental data. The smart mode does a combination of #110 and #111 in a single step when the user calls the above api.
It uses the new unindexed data along with the small files from previous index snapshot to create a new index version.
Describe the issue
Implement
refresh(mode = "smart")of refresh of incremental data. The smart mode does a combination of #110 and #111 in a single step when the user calls the above api.It uses the new unindexed data along with the small files from previous index snapshot to create a new index version.
Thanks @sezruby for suggesting this.
To Reproduce
Expected behavior
Environment