Skip to content

Commit 0c035b7

Browse files
committed
Move data file to parquet-testing submodule
1 parent 2162878 commit 0c035b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-2.3 MB
Binary file not shown.

cpp/src/parquet/encoding_alp_benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ std::string GetDataDirectory() {
308308
std::string tarball_path = std::string(__FILE__);
309309
tarball_path = tarball_path.substr(0, tarball_path.find_last_of("/\\"));
310310
tarball_path = tarball_path.substr(0, tarball_path.find_last_of("/\\"));
311-
tarball_path += "/arrow/util/alp/data/floatingpoint_data.tar.gz";
311+
tarball_path += "/arrow/cpp/submodules/parquet-testing/data/floatingpoint_data.tar.gz";
312312

313313
// Use a fixed extraction directory that can be reused across runs
314314
data_dir = "/tmp/parquet_alp_benchmark_data";

0 commit comments

Comments
 (0)