jorisvandenbossche commented on code in PR #535:
URL: https://github.com/apache/parquet-format/pull/535#discussion_r2597981291


##########
src/main/thrift/parquet.thrift:
##########
@@ -1255,7 +1262,14 @@ union EncryptionAlgorithm {
  * Description for file metadata
  */
 struct FileMetaData {
-  /** Version of this file **/
+  /** Version of this file 
+    * 
+    * As of December 2025, there is no agreed upon consensus of what 
constitutes 
+    * version 2 of the file. For maximum compatibility with readers, writers 
should 
+    * always populate "1" for version. For maximum with writers compatibility, 

Review Comment:
   ```suggestion
       * always populate "1" for version. For maximum compatibility with 
writers, 
   ```



-- 
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]

Reply via email to