sdf-jkl commented on code in PR #202:
URL: https://github.com/apache/parquet-site/pull/202#discussion_r4028256326
##########
data/implementations/support/arrow-rs.yaml:
##########
@@ -94,6 +96,8 @@ support:
status: full
since_version_read: "52.2.0"
since_version_write: "52.2.0"
+ encoding-alp:
+ status: none
Review Comment:
```suggestion
status: full
since_version_read: "60.0.0"
since_version_write: "60.0.0"
```
🚀
##########
data/implementations/support/arrow-rs.yaml:
##########
@@ -67,6 +67,8 @@ support:
status: full
since_version_read: "57.0.0"
since_version_write: "57.0.0"
+ logical-file:
+ status: none
Review Comment:
```suggestion
status: full
since_version_read: "60.0.0"
since_version_write: "60.0.0"
```
https://github.com/apache/arrow-rs/issues/10900
##########
data/implementations/features/logical-types.yaml:
##########
@@ -130,6 +130,16 @@ features:
feature_url:
https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#geography
prs: "[#240](https://github.com/apache/parquet-format/pull/240)"
approval:
"[2025-02-09](https://lists.apache.org/thread/s6s714c98cn9gg22mnk5nsn7xymym8xo)"
+ - id: logical-file
+ display_name: FILE
+ version_display_name: FILE (group)
+ compatibility: forward_compatible
+ released_in: "2.14.0"
+ # TODO: placeholder date; update when the parquet-format 2.14.0 release
vote is finalized
+ release_date: '2026-09-09'
Review Comment:
```suggestion
release_date: '2026-09-11'
```
##########
data/implementations/parquet-format-releases.yaml:
##########
@@ -54,3 +54,8 @@
tag: apache-parquet-format-2.13.0
source_url:
https://github.com/apache/parquet-format/compare/apache-parquet-format-2.12.0...apache-parquet-format-2.13.0
source_display: 2.12.0..2.13.0
+# Note: 2.14.0 has not yet been released; these links will resolve once it is.
Review Comment:
```suggestion
```
--
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]