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!: add arrow-rs features for buffer and array interop #100

Merged
merged 31 commits into from
Dec 12, 2023

Use `apache/arrow-rs` instead of fork and update default features

eb7edbb
Select commit
Loading
Failed to load commit list.
Merged

feat!: add arrow-rs features for buffer and array interop #100

Use `apache/arrow-rs` instead of fork and update default features
eb7edbb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 12, 2023 in 1s

82.27% of diff hit (target 68.45%)

View this Pull Request on Codecov

82.27% of diff hit (target 68.45%)

Annotations

Check warning on line 55 in examples/parquet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/parquet.rs#L1-L55

Added lines #L1 - L55 were not covered by tests

Check warning on line 200 in narrow-derive/src/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

narrow-derive/src/struct.rs#L200

Added line #L200 was not covered by tests

Check warning on line 224 in narrow-derive/src/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

narrow-derive/src/struct.rs#L224

Added line #L224 was not covered by tests

Check warning on line 239 in narrow-derive/src/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

narrow-derive/src/struct.rs#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 291 in narrow-derive/src/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

narrow-derive/src/struct.rs#L282-L291

Added lines #L282 - L291 were not covered by tests

Check warning on line 306 in narrow-derive/src/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

narrow-derive/src/struct.rs#L306

Added line #L306 was not covered by tests

Check warning on line 64 in src/array/string.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/array/string.rs#L64

Added line #L64 was not covered by tests

Check warning on line 71 in src/array/string.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/array/string.rs#L67-L71

Added lines #L67 - L71 were not covered by tests

Check warning on line 107 in src/array/string.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/array/string.rs#L107

Added line #L107 was not covered by tests

Check warning on line 20 in src/arrow/array/boolean.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/boolean.rs#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 31 in src/arrow/array/boolean.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/boolean.rs#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 38 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L30-L38

Added lines #L30 - L38 were not covered by tests

Check warning on line 49 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L47-L49

Added lines #L47 - L49 were not covered by tests

Check warning on line 103 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L97-L103

Added lines #L97 - L103 were not covered by tests

Check warning on line 119 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L112-L119

Added lines #L112 - L119 were not covered by tests

Check warning on line 121 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L121

Added line #L121 was not covered by tests

Check warning on line 132 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L130-L132

Added lines #L130 - L132 were not covered by tests

Check warning on line 138 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L138

Added line #L138 was not covered by tests

Check warning on line 143 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L141-L143

Added lines #L141 - L143 were not covered by tests

Check warning on line 159 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L157-L159

Added lines #L157 - L159 were not covered by tests

Check warning on line 161 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L161

Added line #L161 was not covered by tests

Check warning on line 171 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L167-L171

Added lines #L167 - L171 were not covered by tests

Check warning on line 178 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 188 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L186-L188

Added lines #L186 - L188 were not covered by tests

Check warning on line 198 in src/arrow/array/struct.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow/array/struct.rs#L195-L198

Added lines #L195 - L198 were not covered by tests