Skip to content

Commit

Permalink
Align column_keys format in EncryptionConfiguration with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 7, 2025
1 parent 034205b commit 2b1355e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/parquet/encryption/crypto_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ struct PARQUET_EXPORT EncryptionConfiguration {
/// ID of the master key for footer encryption/signing
std::string footer_key;

/// List of columns to encrypt, with master key IDs (see HIVE-21848).
/// Format: "masterKeyID:colName,colName;masterKeyID:colName..."
/// List of columns to encrypt, with column master key IDs (see HIVE-21848).
/// Format: "columnKeyID:colName,colName;columnKeyID:colName..."
/// Either
/// (1) column_keys must be set
/// or
Expand Down

0 comments on commit 2b1355e

Please sign in to comment.