Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support to read tinyint #22

Merged
merged 3 commits into from
Nov 5, 2023

feat: map tinyint to i8

3378874
Select commit
Loading
Failed to load commit list.
Merged

feat: support to read tinyint #22

feat: map tinyint to i8
3378874
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 5, 2023 in 0s

95.95% of diff hit (target 73.75%)

View this Pull Request on Codecov

95.95% of diff hit (target 73.75%)

Annotations

Check warning on line 246 in src/arrow_reader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow_reader.rs#L246

Added line #L246 was not covered by tests

Check warning on line 36 in src/reader/decode/byte_rle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/reader/decode/byte_rle.rs#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 40 in src/reader/decode/byte_rle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/reader/decode/byte_rle.rs#L40

Added line #L40 was not covered by tests

Check warning on line 76 in src/reader/decode/byte_rle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/reader/decode/byte_rle.rs#L76

Added line #L76 was not covered by tests

Check warning on line 16 in src/reader/decompress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/reader/decompress.rs#L16

Added line #L16 was not covered by tests

Check warning on line 57 in src/reader/decompress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/reader/decompress.rs#L57

Added line #L57 was not covered by tests