Open
Description
Describe the enhancement requested
The CMake option PARQUET_MINIMAL_DEPENDENCY
was introduced 8 years ago in apache/parquet-cpp#279, but it does not seem tested or documented anywhere. A GitHub code search does not yield many occurrences and most of them seem to be outdated.
It's not obvious how Parquet C++ can work without linking to libarrow, for example.
Should we just deprecate and remove this option?
Component(s)
C++, Parquet