Skip to content

Commit 1f94b9b

Browse files
author
shuxu.li
committed
feat: static table metadata access support
1 parent f2a718d commit 1f94b9b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/table_test_helper.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@
1717
* under the License.
1818
*/
1919

20-
#pragma once
21-
2220
#include "table_test_helper.h"
2321

2422
#include <filesystem>
2523
#include <fstream>
26-
#include <memory>
2724
#include <optional>
2825
#include <sstream>
29-
#include <string>
3026

3127
#include <gtest/gtest.h>
3228
#include <nlohmann/json.hpp>

test/table_test_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#pragma once
2121

22+
#include <memory>
2223
#include <string>
2324

2425
#include "iceberg/type_fwd.h"

0 commit comments

Comments
 (0)