wgtmac opened a new issue, #46969: URL: https://github.com/apache/arrow/issues/46969
### Describe the bug, including details regarding any error messages, version, and platform. ``` Running main() from /tmp/googletest-20230817-4666-iek9sn/googletest-1.14.0/googletest/src/gtest_main.cc Note: Google Test filter = TypePrinter.StatisticsTypes [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from TypePrinter [ RUN ] TypePrinter.StatisticsTypes /Users/gangwu/Projects/arrow/cpp/src/arrow/util/utf8.cc:83: Check failed: (utf8_large_table[0]) == (0) InitializeUTF8() must be called before calling UTF8 routines [1] 41880 abort ./debug/parquet-internals-test --gtest_filter="TypePrinter.StatisticsTypes" ``` ``` Running main() from /tmp/googletest-20230817-4666-iek9sn/googletest-1.14.0/googletest/src/gtest_main.cc Note: Google Test filter = TestJSONWithLocalFile* [==========] Running 4 tests from 1 test suite. [----------] Global test environment set-up. [----------] 4 tests from TestJSONWithLocalFile [ RUN ] TestJSONWithLocalFile.JSONOutput [ OK ] TestJSONWithLocalFile.JSONOutput (3 ms) [ RUN ] TestJSONWithLocalFile.JSONOutputFLBA /Users/gangwu/Projects/arrow/cpp/src/arrow/util/utf8.cc:83: Check failed: (utf8_large_table[0]) == (0) InitializeUTF8() must be called before calling UTF8 routines [1] 39798 abort ./debug/parquet-reader-test --gtest_filter="TestJSONWithLocalFile*" ``` ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org