Skip to content

Commit 250b531

Browse files
committed
clean parquet checks
1 parent c0a9a83 commit 250b531

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/workflows/parquet.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,17 @@ jobs:
7272
with:
7373
rust-version: stable
7474
- name: Check compilation
75-
run: |
76-
cargo check -p parquet
77-
- name: Check compilation --no-default-features
78-
run: |
79-
cargo check -p parquet --no-default-features
80-
- name: Check compilation --no-default-features --features arrow
81-
run: |
82-
cargo check -p parquet --no-default-features --features arrow
83-
- name: Check compilation --no-default-features --all-features
84-
run: |
85-
cargo check -p parquet --all-features
86-
- name: Check compilation --all-targets
8775
run: |
8876
cargo check -p parquet --all-targets
8977
- name: Check compilation --no-default-features --all-targets
9078
run: |
9179
cargo check -p parquet --no-default-features --all-targets
92-
- name: Check compilation --no-default-features --features-arrow --all-targets
80+
- name: Check compilation --no-default-features --features arrow --all-targets
9381
run: |
9482
cargo check -p parquet --no-default-features --features arrow --all-targets
83+
- name: Check compilation --all-features --all-targets
84+
run: |
85+
cargo check -p parquet --all-features --all-targets
9586
9687
clippy:
9788
name: Clippy

parquet/benches/arrow_reader.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,3 +692,4 @@ fn add_benches(c: &mut Criterion) {
692692

693693
criterion_group!(benches, add_benches);
694694
criterion_main!(benches);
695+
ggg

0 commit comments

Comments
 (0)