Skip to content

Commit e393dde

Browse files
committed
update
1 parent 5931ce2 commit e393dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/catalog/rest/json_internal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Result<T> NamespacePropsFromJson(const nlohmann::json& j) {
9292
template <typename T>
9393
concept TableResponse = requires(T t) {
9494
{ t.metadata_location } -> std::convertible_to<std::optional<std::string>>;
95-
{ t.metadata } -> std::same_as<TableMetadata&>; // 非 optional,按你定义
95+
{ t.metadata } -> std::same_as<TableMetadata&>;
9696
{ t.config } -> std::convertible_to<std::optional<MapType>>;
9797
};
9898

0 commit comments

Comments
 (0)