fix(cubestore): Remove min and max fields from chunks meta in index snapshots to optimize memory footprint #11211
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: Pull Requests | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| pull_request: | |
| types: [opened] | |
| jobs: | |
| authorDetector: | |
| name: Detect PR's author | |
| runs-on: ubuntu-20.04 | |
| steps: | |
| - name: Checkout Actions | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: 'cube-js/github-actions' | |
| path: ./actions | |
| ref: v5 | |
| - name: Install Actions | |
| run: npm install --production --prefix ./actions | |
| - name: Detect author | |
| uses: ./actions/author-detector | |
| with: | |
| token: ${{secrets.GITHUB_TOKEN}} | |
| addCoreLabel: false | |
| communityLabel: pr:community |