Revisit handling IS_NULL conditions on right source table columns in LEFT_OUTER virtual tables #1929
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" | |