Hi all, I opened #15677 <https://github.com/apache/iceberg/issues/15677> to add a `write.parquet.page-version` table property for configuring the Parquet DataPage version at the table level. iceberg-go has already adopted this property (apache/iceberg-go#812 <https://github.com/apache/iceberg-go/pull/812>). The iceberg-java implementation is up for review in #15700 <https://github.com/apache/iceberg/pull/15700>.
The scope felt small enough for a normal PR since it follows the existing `write.parquet.*` pattern, but I wanted to check: does this need an improvement proposal given it's a new spec-level property? Thanks, Harrison
