We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07eb13 commit 3dd9595Copy full SHA for 3dd9595
src/iceberg/test/inclusive_metrics_evaluator_test.cc
@@ -84,7 +84,7 @@ class InclusiveMetricsEvaluatorTest : public ::testing::Test {
84
auto data_file = std::make_shared<DataFile>();
85
data_file->file_path = "test_path";
86
data_file->file_format = FileFormatType::kParquet;
87
- data_file->partition.emplace_back(Literal::String(partition));
+ data_file->partition.AddValue(Literal::String(partition));
88
data_file->record_count = record_count;
89
data_file->file_size_in_bytes = file_size_in_bytes;
90
data_file->column_sizes = {};
0 commit comments