Skip to content

Commit ef970e3

Browse files
author
Revital1 Eres
committed
Fix broken line
1 parent 3ffd606 commit ef970e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/parquet/encryption_internal.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ int AesDecryptor::AesDecryptorImpl::CtrDecrypt(const uint8_t* ciphertext,
515515
// Parquet CTR IVs are comprised of a 12-byte nonce and a 4-byte initial
516516
// counter field.
517517
// The first 31 bits of the initial counter field are set to 0, the last bit
518-
// is set
519-
// to 1.
518+
// is set to 1.
520519
iv[kCtrIvLength - 1] = 1;
521520

522521
// Setting key and IV

0 commit comments

Comments
 (0)