Is your feature request related to a problem? Please describe.
Apache Iceberg V3 supports encryption of table data, and it utilizes parquet's modular encryption to encrypt data files under the hood.
Describe the solution you'd like
To support read and write encrypted iceberg tables, we need to support read/write encrypted parquet files. The scope of this issue is not full feature support of PME, since iceberg only utilized full file encryption. To put it in simple, iceberg will manage the encryption and aad for reading/writing a parquet file.
Is your feature request related to a problem? Please describe.
Apache Iceberg V3 supports encryption of table data, and it utilizes parquet's modular encryption to encrypt data files under the hood.
Describe the solution you'd like
To support read and write encrypted iceberg tables, we need to support read/write encrypted parquet files. The scope of this issue is not full feature support of PME, since iceberg only utilized full file encryption. To put it in simple, iceberg will manage the encryption and aad for reading/writing a parquet file.