Commits


Antoine Pitrou authored and GitHub committed 032e6a42bfa
GH-43946: [C++][Parquet] Guard against use of cleared decryptor/encryptor (#43947) This is to get a clearer error rather than an obscure crash, see https://github.com/apache/arrow/issues/43057 for an example. * GitHub Issue: #43946 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>