Skip to content

Commit d95bd4b

Browse files
author
shuxu.li
committed
feat: metadata access support for table
1 parent 9257726 commit d95bd4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/iceberg/table.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@
1919

2020
#pragma once
2121

22+
#include <mutex>
2223
#include <string>
2324
#include <unordered_map>
2425
#include <vector>
2526

2627
#include "iceberg/iceberg_export.h"
27-
#include "iceberg/location_provider.h"
28-
#include "iceberg/result.h"
2928
#include "iceberg/snapshot.h"
3029
#include "iceberg/table_identifier.h"
31-
#include "iceberg/transaction.h"
3230
#include "iceberg/type_fwd.h"
3331

3432
namespace iceberg {

0 commit comments

Comments
 (0)