Skip to content

Add parquet projection integration test #524

Add parquet projection integration test

Add parquet projection integration test #524

Workflow file for this run

# name: volga
# on: [push]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
# cache: 'pip'
# - name: Install deps
# run: |
# python -m pip install --upgrade pip
# pip install .
# - name: Start local Ray
# run: ray start --head
# - name: Stop local Ray
# run: ray stop