emkornfield commented on code in PR #535:
URL: https://github.com/apache/parquet-format/pull/535#discussion_r2594172712
##########
src/main/thrift/parquet.thrift:
##########
@@ -1255,7 +1262,12 @@ union EncryptionAlgorithm {
* Description for file metadata
*/
struct FileMetaData {
- /** Version of this file **/
+ /** Version of this file
+ *
+ * Writers should always populate "1" for version. Readers should
+ * accept "1" and "2" interchangeably. All other versions are Currently
Review Comment:
```suggestion
* accept "1" and "2" interchangeably. All other versions are currently
```
--
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]