jerolba / parquet-carpet

Java Parquet serialization and deserialization library using Java 17 Records
Apache License 2.0
35 stars 0 forks source link

#15 Support snake_case columns names #16

Closed jerolba closed 4 months ago

jerolba commented 4 months ago

Move converters to a single place to simplify configuration

codecov[bot] commented 4 months ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (4b2f601) 78.74% compared to head (b2e2fc1) 79.74%.

Files Patch % Lines
...m/jerolba/carpet/impl/read/MainGroupConverter.java 93.15% 3 Missing and 7 partials :warning:
...in/java/com/jerolba/carpet/impl/CaseConverter.java 96.55% 1 Missing :warning:
...ava/com/jerolba/carpet/impl/read/SchemaFilter.java 96.42% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #16 +/- ## ============================================ + Coverage 78.74% 79.74% +0.99% + Complexity 565 560 -5 ============================================ Files 71 70 -1 Lines 2319 2389 +70 Branches 314 330 +16 ============================================ + Hits 1826 1905 +79 + Misses 383 375 -8 + Partials 110 109 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.