emkornfield commented on code in PR #48345:
URL: https://github.com/apache/arrow/pull/48345#discussion_r3472577554
##########
cpp/src/parquet/CMakeLists.txt:
##########
@@ -442,6 +442,11 @@ add_parquet_benchmark(bloom_filter_benchmark SOURCES
bloom_filter_benchmark.cc
add_parquet_benchmark(column_reader_benchmark)
add_parquet_benchmark(column_io_benchmark)
add_parquet_benchmark(encoding_benchmark)
+add_parquet_benchmark(encoding_alp_benchmark)
+
+add_executable(generate-alp-parquet
+
${PROJECT_SOURCE_DIR}/src/arrow/util/alp/generate_alp_parquet.cc)
Review Comment:
its a little strange to have this cross directory target. I think I
commented that this wasn't compiled above, could we move the here maybe if we
need it?
--
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]