Skip to content

Commit 4844d87

Browse files
author
shuxu.li
committed
feat: transactional UpdateProperties method support
1 parent a96aae4 commit 4844d87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/iceberg/catalog/rest/rest_catalog.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@
3131
#include "iceberg/catalog/rest/http_client.h"
3232
#include "iceberg/catalog/rest/json_internal.h"
3333
#include "iceberg/catalog/rest/resource_paths.h"
34-
#include "iceberg/catalog/rest/rest_catalog.h"
3534
#include "iceberg/catalog/rest/rest_util.h"
3635
#include "iceberg/json_internal.h"
3736
#include "iceberg/result.h"
3837
#include "iceberg/table.h"
38+
#include "iceberg/table_requirement.h"
39+
#include "iceberg/table_update.h"
3940
#include "iceberg/util/macros.h"
4041

4142
namespace iceberg::rest {

0 commit comments

Comments
 (0)