Fix index-based Get/Scan to filter out results whose index key no longer matches after lazy recovery rollback #2208
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto-PR | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - "[0-9]+" | |
| - "[0-9]+.[0-9]+" | |
| types: | |
| - closed | |
| jobs: | |
| if_merged: | |
| uses: scalar-labs/actions/.github/workflows/auto-pr-reusable.yaml@main | |
| secrets: inherit | |
| with: | |
| project_base_name: "ScalarDB" | |