alkis commented on code in PR #42174:
URL: https://github.com/apache/arrow/pull/42174#discussion_r1683035671


##########
cpp/tools/parquet/CMakeLists.txt:
##########
@@ -32,5 +32,16 @@ if(PARQUET_BUILD_EXECUTABLES)
             RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
   endforeach(TOOL)
 
+  # Only build parquet-dump-footer when statically linking.

Review Comment:
   So we are committing to `Scrub`(and other APIs) becoming a public API of 
`libparquet`.
   
   For my education, what are we getting by shipping dynamically linked tools 
to justify the above commitment? Is there a requirement for them in some 
platform? Perhaps it is best to always ship statically linked tools instead?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to