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

Parquet writer #2177

Merged
merged 1 commit into from
Oct 13, 2023

Parquet writer rework

d634e8d
Select commit
Loading
Failed to load commit list.
Merged

Parquet writer #2177

Parquet writer rework
d634e8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 12, 2023 in 1s

84.95% of diff hit (target 80.00%)

View this Pull Request on Codecov

84.95% of diff hit (target 80.00%)

Annotations

Check warning on line 54 in src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 68 in src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h#L68

Added line #L68 was not covered by tests

Check warning on line 70 in src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h#L70

Added line #L70 was not covered by tests

Check warning on line 80 in src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 85 in src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/basic_column_writer.h#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 16 in src/include/processor/operator/persistent/writer/parquet/boolean_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/boolean_column_writer.h#L16

Added line #L16 was not covered by tests

Check warning on line 38 in src/include/processor/operator/persistent/writer/parquet/buffered_serializer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/buffered_serializer.h#L38

Added line #L38 was not covered by tests

Check warning on line 22 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L22

Added line #L22 was not covered by tests

Check warning on line 46 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L46

Added line #L46 was not covered by tests

Check warning on line 48 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L48

Added line #L48 was not covered by tests

Check warning on line 53 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 76 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L78

Added line #L78 was not covered by tests

Check warning on line 82 in src/include/processor/operator/persistent/writer/parquet/column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/column_writer.h#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 19 in src/include/processor/operator/persistent/writer/parquet/parquet_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/parquet_writer.h#L19

Added line #L19 was not covered by tests

Check warning on line 21 in src/include/processor/operator/persistent/writer/parquet/parquet_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/parquet_writer.h#L21

Added line #L21 was not covered by tests

Check warning on line 23 in src/include/processor/operator/persistent/writer/parquet/parquet_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/parquet_writer.h#L23

Added line #L23 was not covered by tests

Check warning on line 115 in src/include/processor/operator/persistent/writer/parquet/string_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/string_column_writer.h#L115

Added line #L115 was not covered by tests

Check warning on line 118 in src/include/processor/operator/persistent/writer/parquet/string_column_writer.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/processor/operator/persistent/writer/parquet/string_column_writer.h#L118

Added line #L118 was not covered by tests

Check warning on line 22 in src/processor/operator/persistent/copy_to_parquet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/copy_to_parquet.cpp#L22

Added line #L22 was not covered by tests

Check warning on line 33 in src/processor/operator/persistent/copy_to_parquet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/copy_to_parquet.cpp#L33

Added line #L33 was not covered by tests

Check warning on line 46 in src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp#L44-L46

Added lines #L44 - L46 were not covered by tests

Check warning on line 63 in src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 132 in src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp#L127-L132

Added lines #L127 - L132 were not covered by tests

Check warning on line 216 in src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/writer/parquet/basic_column_writer.cpp#L216

Added line #L216 was not covered by tests