Skip to content

perf(query) Use the last chunk and avoid scan if the data is available in the latest ingesting chunk #2737

perf(query) Use the last chunk and avoid scan if the data is available in the latest ingesting chunk

perf(query) Use the last chunk and avoid scan if the data is available in the latest ingesting chunk #2737

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop, integration, main, feat-index-rust ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
target: x86_64-apple-darwin, aarch64-apple-darwin, aarch64-unknown-linux-gnu
cache-workspaces: "core/src/rust -> target"
toolchain: 1.83.0
- name: Install cargo-zigbuild
run: pip install cargo-zigbuild
- name: Run tests
run: .github/workflows/runtests.sh
- name: Coverage Reports
uses: actions/upload-artifact@v4
with:
name: scoverage-report
path: target/scala-*/scoverage-report/**