Skip to content

Commit 73e3196

Browse files
hiroyuki-satokou
andauthored
Update cpp/src/parquet/arrow/arrow_reader_writer_test.cc
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent cd2de68 commit 73e3196

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/src/parquet/arrow/arrow_reader_writer_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,6 @@ void TryReadDataFile(const std::string& path,
41644164
const std::string& expected_message = "") {
41654165
auto pool = ::arrow::default_memory_pool();
41664166

4167-
std::unique_ptr<FileReader> arrow_reader;
41684167
Status s;
41694168
Result result = FileReader::Make(pool, ParquetFileReader::OpenFile(path, false));
41704169
if (result.ok()) {

0 commit comments

Comments
 (0)