astronomy-commons / hipscat-import

HiPSCat import - generate HiPSCat-partitioned catalogs
https://hipscat-import.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Apply `read_columns` kwarg in parquet reader #315

Closed troyraen closed 1 month ago

troyraen commented 1 month ago

Change Description

Closes #296 Fixes a bug where ParquetReader.read takes a read_columns kwarg but doesn't actually use it.

Solution Description

Code Quality

Project-Specific Pull Request Checklists

Bug Fix Checklist

New Feature Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.53%. Comparing base (06b8379) to head (d4acbfe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## ======================================= Coverage 99.53% 99.53% ======================================= Files 25 25 Lines 1282 1284 +2 ======================================= + Hits 1276 1278 +2 Misses 6 6 ```

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