Skip to content

Commit eb276d6

Browse files
committed
1
1 parent bdde368 commit eb276d6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/iceberg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ set(ICEBERG_SOURCES
7777
transform_function.cc
7878
type.cc
7979
update/pending_update.cc
80-
update/replace-sort-order.cc
80+
update/replace_sort_order.cc
8181
update/update_properties.cc
8282
util/bucket_util.cc
8383
util/conversions.cc

src/iceberg/update/replace_sort_order.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#include "iceberg/type_fwd.h"
3030
#include "iceberg/update/pending_update.h"
3131

32+
/// \file iceberg/update/replace_sort_order.h
33+
/// \brief Replaces the table sort order.
34+
3235
namespace iceberg {
3336

3437
/// \brief Replacing table sort order with a newly created order.

src/iceberg/update/update_properties.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
#include "iceberg/type_fwd.h"
3131
#include "iceberg/update/pending_update.h"
3232

33+
/// \file iceberg/update/update_properties.h
34+
/// \brief Updates table properties.
35+
3336
namespace iceberg {
3437

3538
/// \brief Updates table properties.

0 commit comments

Comments
 (0)