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 3a8881f commit a2bb3cbCopy full SHA for a2bb3cb
test/manifest_reader_test.cc
@@ -46,7 +46,7 @@ class ManifestReaderV1Test : public TempFileTestBase {
46
avro::RegisterLogicalTypes();
47
}
48
49
- std::vector<ManifestEntry> prepareV1ManifestEntries() {
+ std::vector<ManifestEntry> PrepareV1ManifestEntries() {
50
std::vector<ManifestEntry> manifest_entries;
51
std::string test_dir_prefix = "/tmp/db/db/iceberg_test/data/";
52
std::vector<std::string> paths = {
0 commit comments