30constexpr std::string_view kMapLogicalType =
"map";
33constexpr std::string_view kElement =
"element";
34constexpr std::string_view kKey =
"key";
35constexpr std::string_view kValue =
"value";
38constexpr std::string_view kIcebergFieldNameProp =
"iceberg-field-name";
39constexpr std::string_view kFieldIdProp =
"field-id";
40constexpr std::string_view kKeyIdProp =
"key-id";
41constexpr std::string_view kValueIdProp =
"value-id";
42constexpr std::string_view kElementIdProp =
"element-id";
43constexpr std::string_view kAdjustToUtcProp =
"adjust-to-utc";