Skip to content

Commit 451f7f2

Browse files
author
shuxu.li
committed
feat: transactional UpdateProperties method support
1 parent b9ea8fe commit 451f7f2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/iceberg/catalog/memory/in_memory_catalog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include <mutex>
2323

2424
#include "iceberg/catalog.h"
25+
#include "iceberg/table_requirement.h"
26+
#include "iceberg/table_update.h"
2527

2628
namespace iceberg {
2729

src/iceberg/catalog/rest/rest_catalog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "iceberg/catalog/rest/iceberg_rest_export.h"
2727
#include "iceberg/catalog/rest/type_fwd.h"
2828
#include "iceberg/result.h"
29+
#include "iceberg/table_requirement.h"
30+
#include "iceberg/table_update.h"
2931

3032
/// \file iceberg/catalog/rest/rest_catalog.h
3133
/// RestCatalog implementation for Iceberg REST API.

src/iceberg/test/mock_catalog.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <gtest/gtest.h>
2424

2525
#include "iceberg/catalog.h"
26+
#include "iceberg/table.h"
2627
#include "iceberg/table_requirement.h"
2728
#include "iceberg/table_update.h"
2829

0 commit comments

Comments
 (0)