-
Notifications
You must be signed in to change notification settings - Fork 0
Parquet input and output format support #98
Copy link
Copy link
Open
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:lLarge — 1 to 2 daysLarge — 1 to 2 daysstaleInactive issue — review in next refinementInactive issue — review in next refinementstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Metadata
Metadata
Assignees
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:lLarge — 1 to 2 daysLarge — 1 to 2 daysstaleInactive issue — review in next refinementInactive issue — review in next refinementstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Part of #68
Depends on #95 (format plugin architecture)
Description
Add Apache Parquet as an input and output format. This requires finding a Zig-compatible Parquet library or C bindings (e.g., Apache Arrow C Data Interface or nanoarrow).
This is a
size:lissue due to the library integration complexity. A spike may be needed first to confirm feasibility.Acceptance Criteria
--input-format parquetreads a Parquet file from stdin or--inputflag--output-format parquetwrites results as Parquet to stdout or--outputflagNotes
-Dparquet=true) to avoid mandatory C dependency