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 7be1b27 commit 831de8bCopy full SHA for 831de8b
src/iceberg/v1_metadata.h
@@ -45,9 +45,9 @@ class V1MetaData {
45
ManifestEntry wrap(ManifestEntry entry) { return *this; }
46
};
47
48
- static ManifestFileWrapper manifestFileWrapper() { return ManifestFileWrapper(); }
+ static ManifestFileWrapper manifestFileWrapper() { return {}; }
49
50
- static ManifestEntryWrapper manifestEntryWrapper() { return ManifestEntryWrapper(); }
+ static ManifestEntryWrapper manifestEntryWrapper() { return {}; }
51
52
53
} // namespace iceberg
0 commit comments