Commits


William Butler authored and Micah Kornfield committed 4ef95eb89f9
PARQUET-2131: Number values decoded DCHECKs should be exceptions As discussed on some other bugs, there are some parquet-cpp DCHECKs on the number of values decoded that really should be exceptions. When invalid Parquet files are read, it is possible for the decoders to return less values than expected and this should be signaled back to the user even in non-debug mode and it should not be a crash in debug mode. Closes #12490 from tachyonwill/arrow_decode_check Authored-by: William Butler <wab@google.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>