[ https://issues.apache.org/jira/browse/PARQUET-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769478#comment-17769478 ]
ASF GitHub Bot commented on PARQUET-2354: ----------------------------------------- findepi commented on PR #1154: URL: https://github.com/apache/parquet-mr/pull/1154#issuecomment-1736950116 Thank you @wgtmac @Fokko for your review! BTW i failed to run the failing test locally because brew installs too new thrift version. Can one of you please help me understand what do i need to do to fix it? > 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 > Priority: Major > > 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)