pitrou opened a new issue, #47753:
URL: https://github.com/apache/arrow/issues/47753

   ### Describe the enhancement requested
   
   Building bundled Thrift configures it as such:
   ```
   -- Thrift: ----------------------------------------------------------
   -- Thrift: Thrift version:                               0.22.0 (0.22.0)
   -- Thrift: Thrift package version:                       0.22.0
   -- Thrift: 
   -- Thrift: Build configuration summary
   -- Thrift:   Build compiler:                             OFF
   -- Thrift:   Build libraries:                            ON
   -- Thrift:   Build tests:                                OFF
   -- Thrift:    - Disabled because BUILD_COMPILER=OFF and no valid 
THRIFT_COMPILER is given
   -- Thrift:   Build type:                                 Release
   -- Thrift: 
   -- Thrift: Language libraries:
   -- Thrift: 
   -- Thrift:   Build as3 library:                          OFF
   -- Thrift:    - Disabled by WITH_AS3=OFF
   -- Thrift:    - Adobe Flex compc was not found - did you set env var 
FLEX_HOME?
   -- Thrift: 
   -- Thrift:   Build with OpenSSL:                         ON
   -- Thrift:     Version:                                  1.1.1f
   -- Thrift: 
   -- Thrift:   Build C++ library:                          ON
   -- Thrift:     C++ Language Level:                       C++17 [compiler 
must support it]
   -- Thrift:     Build shared libraries:                   OFF
   -- Thrift:     Build with libevent support:              OFF
   -- Thrift:     Build with Qt5 support:                   OFF
   -- Thrift:     Build with ZLIB support:                  OFF
   -- Thrift: 
   -- Thrift:   Build C (GLib) library:                     OFF
   -- Thrift:    - Disabled by WITH_C_GLIB=OFF
   -- Thrift:    - GLib missing
   -- Thrift: 
   -- Thrift:   Build Java library:                         OFF
   -- Thrift:    - Disabled by WITH_JAVA=OFF
   -- Thrift:    - Java Runtime missing
   -- Thrift:    - Gradle missing
   -- Thrift:   Build Javascript library:                   OFF
   -- Thrift:    - Disabled by WITH_JAVASCRIPT=OFF
   -- Thrift:   Build NodeJS library:                       OFF
   -- Thrift:    - Disabled by WITH_NODEJS=OFF
   -- Thrift: 
   -- Thrift:   Build Python library:                       OFF
   -- Thrift:    - Disabled by WITH_PYTHON=OFF
   -- Thrift: 
   -- Thrift: 
   -- Thrift: ----------------------------------------------------------
   ```
   
   As we see, OpenSSL support is enabled even though we don't need it.
   
   ### Component(s)
   
   C++, Parquet


-- 
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]

Reply via email to