GH-5653 experimenting with query optimisation for union and optional implementated based on paper #53
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: succed job 'build (11)' | |
| on: pull_request | |
| jobs: | |
| build: | |
| strategy: | |
| fail-fast: true | |
| matrix: | |
| jdk: [ 11 ] | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Always Succeed | |
| run: true |