Skip to content

Commit 35f1ad7

Browse files
committed
test
1 parent 8d307a6 commit 35f1ad7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp/src/parquet/encoding_alp_benchmark.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +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+
311312
tarball_path += "/../submodules/parquet-testing/data/floatingpoint_data.tar.gz";
312313

313314
// Use a fixed extraction directory that can be reused across runs

0 commit comments

Comments
 (0)