mrcnc commented on code in PR #513: URL: https://github.com/apache/parquet-format/pull/513#discussion_r2318898013
########## proposals/_PROPOSAL_TEMPLATE.md: ########## @@ -0,0 +1,25 @@ +# Proposal + +--- +Author: ~your name~ +Created: ~date~ +Name: *short sentence describing the proposal* +Issue: https://github.com/apache/parquet-format/issues/NNN +Status: DRAFT|IMPLEMENTATION|COMPLETED +--- + +## Description +*Short description of the proposal. Is it a new encoding? Is it backwards compatible (old readers will just ignore it)? Is it additional metadata?* + +## Rationale +Describe why this is a feature that will improve the parquet format and what alternatives currently exist for the usecase (e.g. must use a different format, or "must build additional infrastructure to avoid re-parsing footer on each query", or "must use a general purpose compression algorithm to achieve the same space, thus slowing down query performance) Review Comment: ```suggestion Describe why this is a feature that will improve the parquet format and what alternatives currently exist for the use case (e.g. must use a different format, or "must build additional infrastructure to avoid re-parsing footer on each query", or "must use a general purpose compression algorithm to achieve the same space, thus slowing down query performance") ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
