Skip to content

Commit 4abba30

Browse files
author
Rafał Hibner
committed
Remove debug pragmas
1 parent 702edcf commit 4abba30

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cpp/src/arrow/dataset/dataset_writer_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ TEST_F(DatasetWriterTestFixture, BatchGreaterThanMaxRowsQueued) {
277277
ASSERT_EQ(paused_, false);
278278
}
279279

280-
#pragma GCC push_options
281-
#pragma GCC optimize("O0")
282280
TEST_F(DatasetWriterTestFixture, BatchWriteConcurrent) {
283281
auto dataset_writer = MakeDatasetWriter(/*max_rows=*/5);
284282

@@ -310,7 +308,6 @@ TEST_F(DatasetWriterTestFixture, BatchWriteConcurrent) {
310308
EndWriterChecked(dataset_writer.get());
311309
ASSERT_EQ(paused_, false);
312310
}
313-
#pragma GCC pop_options
314311

315312
TEST_F(DatasetWriterTestFixture, MaxRowsOneWrite) {
316313
write_options_.max_rows_per_file = 10;

0 commit comments

Comments
 (0)