You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `"<path to encrypted files>"` must contain the string `.encrypted` in the URL, for example `/path/to/my_table.parquet.encrypted`.
100
+
- If neither the `"encryption.column.keys"` parameter nor the `"encryption.footer.key"` parameter is set, the file will not be encrypted. If only one of these parameters is set, an exception is thrown, because these parameters are mandatory for encrypted files.
101
+
76
102
## Optional parameters
77
103
78
104
The following optional parameters can be used when writing encrypted data:
@@ -94,6 +120,7 @@ The following optional parameters can be used when writing encrypted data:
94
120
parameter name: "encryption.plaintext.footer"
95
121
parameter value: "true"
96
122
```
123
+
**Important**: The `"encryption.footer.key"` parameter must also be specified in the plain text footer mode. Although the footer is not encrypted, the key is used to sign the footer content, which means that new readers could verify its integrity. Legacy readers are not affected by the addition of the footer signature.
0 commit comments