emkornfield commented on code in PR #513: URL: https://github.com/apache/parquet-format/pull/513#discussion_r2317493158
########## proposals/README.md: ########## @@ -0,0 +1,56 @@ +# Proposals + +This proposal process is intended for significantly impactfull additions to the Parquet spec. The goal is to facilitate those projects and help them being contributed to Parquet. +For example, changes that are not backward compatible like adding a new encoding or a new compression algorithm (older implementations can not read new files). Review Comment: Nit, we refer to this elsewhere as forward compatible: https://github.com/apache/parquet-format/blob/master/CONTRIBUTING.md#general-guidelinespreferences-on-additions -- 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]
