rouault opened a new issue, #50859:
URL: https://github.com/apache/arrow/issues/50859
### Describe the bug, including details regarding any error messages,
version, and platform.
Since c44eca6892364e58489fe564f910c0e1c1c6cb6b
("https://github.com/apache/arrow/issues/50779: [C++][Parquet] Replace
remaining RapidJSON usage with simdjson
(https://github.com/apache/arrow/pull/50781)"), building with ARROW_JSON=OFF
leads to:
```
[ 96%] Linking CXX executable ../../debug/parquet-dump-arrow-statistics
/usr/bin/ld: ../../debug/libparquetOFF.so.2600.0.0: undefined reference to
`arrow::json::JsonWriter::GetString() const'
/usr/bin/ld: ../../debug/libparquetOFF.so.2600.0.0: undefined reference to
`arrow::json::JsonWriter::String(std::basic_string_view<char,
std::char_traits<char> >)'
```
CC @Reranko05
Also affects projects linking with libparquet such as GDAL in
https://github.com/OSGeo/gdal/actions/runs/31694127460/job/94427940549
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]