Piotr Findeisen created PARQUET-2354: ----------------------------------------
Summary: Apparent race condition in CharsetValidator Key: PARQUET-2354 URL: https://issues.apache.org/jira/browse/PARQUET-2354 Project: Parquet Issue Type: Bug Reporter: Piotr Findeisen The {{CharsetValidator}} has a static singleton instance at {{{}BinaryTruncator.DEFAULT_UTF8_TRUNCATOR.validator{}}}, so it can be accessed from multiple threads. All threads operate on a shared "dummy buffer" for decoding. -- This message was sent by Atlassian Jira (v8.20.10#820010)