File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
3235namespace iceberg {
3336
3437// / \brief Replacing table sort order with a newly created order.
Original file line number Diff line number Diff line change 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+
3336namespace iceberg {
3437
3538// / \brief Updates table properties.
You can’t perform that action at this time.
0 commit comments