Skip to content

Commit 63798fd

Browse files
authored
parquet2 implementation backed by parquet2 feature gate (#465)
1 parent 5ab6e2e commit 63798fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3545
-1405
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,17 @@ jobs:
8686
- name: Run tests
8787
run: |
8888
cargo test --features s3,datafusion-ext
89+
90+
paruqet2_test:
91+
runs-on: ubuntu-latest
92+
steps:
93+
- uses: actions/checkout@v2
94+
- name: Install minimal stable with clippy and rustfmt
95+
uses: actions-rs/toolchain@v1
96+
with:
97+
profile: default
98+
toolchain: stable
99+
override: true
100+
- uses: Swatinem/rust-cache@v1
101+
- name: Run tests
102+
run: cargo test --no-default-features --features=parquet2

0 commit comments

Comments
 (0)