corwinjoy commented on PR #43793: URL: https://github.com/apache/arrow/pull/43793#issuecomment-2305913359
Thanks for posting this! A few basic initial comments / questions: Running the build, I think you want the following for instructions: ``` cd arrow/cpp mkdir o cd o cmake .. --preset ninja-benchmarks cd .. ninja -Co o/relwithdebinfo/parquet-metadata3-benchmark path-to-footers/* ``` Here I split the build and run. For now, it will not run until you generate footers per (https://github.com/apache/parquet-benchmark/pull/1/files). -- 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]
