Commits


Maya Anderson authored and Antoine Pitrou committed 4010916f864
ARROW-16225: [C++][Parquet] Fix length of encryption AAD random byte generation sizeof is indeed unnecessary here. And no need to initialize the buffer to 0 either before using rand_bytes(), if the AAD is the full length of the buffer. Closes #12935 from andersonm-ibm/rand_bytes Authored-by: Maya Anderson <mayaa@il.ibm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>