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 4bfa2b0 commit 6c8d0fdCopy full SHA for 6c8d0fd
src/iceberg/expression/residual_evaluator.cc
@@ -340,7 +340,8 @@ class UnpartitionedResidualEvaluator : public ResidualEvaluator {
340
};
341
342
// Static member definition
343
-const std::shared_ptr<Schema> UnpartitionedResidualEvaluator::empty_schema_;
+const std::shared_ptr<Schema> UnpartitionedResidualEvaluator::empty_schema_ =
344
+ std::make_shared<Schema>(std::vector<SchemaField>{}, std::nullopt);
345
346
} // namespace
347
0 commit comments