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(connect): add parquet support #3360

Merged
merged 2 commits into from
Dec 11, 2024

fix some of Colin's requests

4a1d365
Select commit
Loading
Failed to load commit list.
Merged

feat(connect): add parquet support #3360

fix some of Colin's requests
4a1d365
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2024 in 1s

80.34% of diff hit (target 76.11%)

View this Pull Request on Codecov

80.34% of diff hit (target 76.11%)

Annotations

Check warning on line 50 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L50

Added line #L50 was not covered by tests

Check warning on line 54 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L54

Added line #L54 was not covered by tests

Check warning on line 58 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L58

Added line #L58 was not covered by tests

Check warning on line 62 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L62

Added line #L62 was not covered by tests

Check warning on line 67 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L67

Added line #L67 was not covered by tests

Check warning on line 73 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 79 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L79

Added line #L79 was not covered by tests

Check warning on line 84 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L84

Added line #L84 was not covered by tests

Check warning on line 89 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L89

Added line #L89 was not covered by tests

Check warning on line 97 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L94-L97

Added lines #L94 - L97 were not covered by tests

Check warning on line 101 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L101

Added line #L101 was not covered by tests

Check warning on line 108 in src/daft-connect/src/op/execute/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/op/execute/write.rs#L106-L108

Added lines #L106 - L108 were not covered by tests

Check warning on line 56 in src/daft-connect/src/translation/logical_plan.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan.rs#L56

Added line #L56 was not covered by tests

Check warning on line 60 in src/daft-connect/src/translation/logical_plan.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan.rs#L60

Added line #L60 was not covered by tests

Check warning on line 63 in src/daft-connect/src/translation/logical_plan.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan.rs#L63

Added line #L63 was not covered by tests

Check warning on line 66 in src/daft-connect/src/translation/logical_plan.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan.rs#L66

Added line #L66 was not covered by tests

Check warning on line 69 in src/daft-connect/src/translation/logical_plan.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan.rs#L69

Added line #L69 was not covered by tests

Check warning on line 18 in src/daft-connect/src/translation/logical_plan/read.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read.rs#L18

Added line #L18 was not covered by tests

Check warning on line 24 in src/daft-connect/src/translation/logical_plan/read.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 29 in src/daft-connect/src/translation/logical_plan/read.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read.rs#L29

Added line #L29 was not covered by tests

Check warning on line 18 in src/daft-connect/src/translation/logical_plan/read/data_source.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read/data_source.rs#L18

Added line #L18 was not covered by tests

Check warning on line 22 in src/daft-connect/src/translation/logical_plan/read/data_source.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read/data_source.rs#L22

Added line #L22 was not covered by tests

Check warning on line 29 in src/daft-connect/src/translation/logical_plan/read/data_source.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read/data_source.rs#L29

Added line #L29 was not covered by tests

Check warning on line 32 in src/daft-connect/src/translation/logical_plan/read/data_source.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read/data_source.rs#L32

Added line #L32 was not covered by tests

Check warning on line 36 in src/daft-connect/src/translation/logical_plan/read/data_source.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/logical_plan/read/data_source.rs#L36

Added line #L36 was not covered by tests