Skip to content

Commit a88e1b9

Browse files
authored
fix
1 parent 8690d65 commit a88e1b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/inte/scan_and_read_inte_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,8 +2582,8 @@ TEST_F(ScanAndReadInteTest, TestAvroWithAppendTable) {
25822582

25832583
// read
25842584
ReadContextBuilder read_context_builder(table_path);
2585-
read_context_builder->AddOption("test.enable-adaptive-prefetch-strategy", "false");
2586-
read_context_builder->EnablePrefetch(true).SetPrefetchBatchCount(3);
2585+
read_context_builder.AddOption("test.enable-adaptive-prefetch-strategy", "false");
2586+
read_context_builder.EnablePrefetch(true).SetPrefetchBatchCount(3);
25872587
ASSERT_OK_AND_ASSIGN(std::unique_ptr<ReadContext> read_context,
25882588
read_context_builder.Finish());
25892589
ASSERT_OK_AND_ASSIGN(auto table_read, TableRead::Create(std::move(read_context)));

0 commit comments

Comments
 (0)