@@ -564,7 +564,7 @@ function construct_export_csv_config_with_source(parser::ParserState, path::Stri
564564 return _t2097
565565end
566566
567- function construct_iceberg_config (parser:: ParserState , catalog_uri:: String , scope_opt:: Union{Nothing, String} , property_pairs:: Vector{Tuple{String, String}} , auth_property_pairs:: Vector{Tuple{String, String}} ):: Proto.IcebergCatalogConfig
567+ function construct_iceberg_catalog_config (parser:: ParserState , catalog_uri:: String , scope_opt:: Union{Nothing, String} , property_pairs:: Vector{Tuple{String, String}} , auth_property_pairs:: Vector{Tuple{String, String}} ):: Proto.IcebergCatalogConfig
568568 props = Dict (property_pairs)
569569 auth_props = Dict (auth_property_pairs)
570570 _t2098 = Proto. IcebergCatalogConfig (catalog_uri= catalog_uri, scope= (! isnothing (scope_opt) ? scope_opt : " " ), properties= props, auth_properties= auth_props)
@@ -3695,8 +3695,8 @@ function parse_iceberg_data(parser::ParserState)::Proto.IcebergData
36953695 consume_literal! (parser, " iceberg_data" )
36963696 _t1949 = parse_iceberg_locator (parser)
36973697 iceberg_locator1186 = _t1949
3698- _t1950 = parse_iceberg_config (parser)
3699- iceberg_config1187 = _t1950
3698+ _t1950 = parse_iceberg_catalog_config (parser)
3699+ iceberg_catalog_config1187 = _t1950
37003700 _t1951 = parse_gnf_columns (parser)
37013701 gnf_columns1188 = _t1951
37023702 if match_lookahead_literal (parser, " (" , 0 )
@@ -3707,7 +3707,7 @@ function parse_iceberg_data(parser::ParserState)::Proto.IcebergData
37073707 end
37083708 iceberg_to_snapshot1189 = _t1952
37093709 consume_literal! (parser, " )" )
3710- _t1954 = Proto. IcebergData (locator= iceberg_locator1186, config= iceberg_config1187 , columns= gnf_columns1188, to_snapshot= (! isnothing (iceberg_to_snapshot1189) ? iceberg_to_snapshot1189 : " " ))
3710+ _t1954 = Proto. IcebergData (locator= iceberg_locator1186, config= iceberg_catalog_config1187 , columns= gnf_columns1188, to_snapshot= (! isnothing (iceberg_to_snapshot1189) ? iceberg_to_snapshot1189 : " " ))
37113711 result1191 = _t1954
37123712 record_span! (parser, span_start1190, " IcebergData" )
37133713 return result1191
@@ -3743,21 +3743,21 @@ function parse_iceberg_locator(parser::ParserState)::Proto.IcebergLocator
37433743 return result1199
37443744end
37453745
3746- function parse_iceberg_config (parser:: ParserState ):: Proto.IcebergCatalogConfig
3746+ function parse_iceberg_catalog_config (parser:: ParserState ):: Proto.IcebergCatalogConfig
37473747 span_start1210 = span_start (parser)
37483748 consume_literal! (parser, " (" )
3749- consume_literal! (parser, " iceberg_config " )
3749+ consume_literal! (parser, " iceberg_catalog_config " )
37503750 consume_literal! (parser, " (" )
37513751 consume_literal! (parser, " catalog_uri" )
37523752 string1200 = consume_terminal! (parser, " STRING" )
37533753 consume_literal! (parser, " )" )
37543754 if (match_lookahead_literal (parser, " (" , 0 ) && match_lookahead_literal (parser, " scope" , 1 ))
3755- _t1957 = parse_iceberg_config_scope (parser)
3755+ _t1957 = parse_iceberg_catalog_config_scope (parser)
37563756 _t1956 = _t1957
37573757 else
37583758 _t1956 = nothing
37593759 end
3760- iceberg_config_scope1201 = _t1956
3760+ iceberg_catalog_config_scope1201 = _t1956
37613761 consume_literal! (parser, " (" )
37623762 consume_literal! (parser, " properties" )
37633763 xs1202 = Tuple{String, String}[]
@@ -3783,13 +3783,13 @@ function parse_iceberg_config(parser::ParserState)::Proto.IcebergCatalogConfig
37833783 iceberg_property_entrys_131209 = xs1206
37843784 consume_literal! (parser, " )" )
37853785 consume_literal! (parser, " )" )
3786- _t1960 = construct_iceberg_config (parser, string1200, iceberg_config_scope1201 , iceberg_property_entrys1205, iceberg_property_entrys_131209)
3786+ _t1960 = construct_iceberg_catalog_config (parser, string1200, iceberg_catalog_config_scope1201 , iceberg_property_entrys1205, iceberg_property_entrys_131209)
37873787 result1211 = _t1960
37883788 record_span! (parser, span_start1210, " IcebergCatalogConfig" )
37893789 return result1211
37903790end
37913791
3792- function parse_iceberg_config_scope (parser:: ParserState ):: String
3792+ function parse_iceberg_catalog_config_scope (parser:: ParserState ):: String
37933793 consume_literal! (parser, " (" )
37943794 consume_literal! (parser, " scope" )
37953795 string1212 = consume_terminal! (parser, " STRING" )
@@ -4236,8 +4236,8 @@ function parse_export_iceberg_config(parser::ParserState)::Proto.ExportIcebergCo
42364236 consume_literal! (parser, " export_iceberg_config" )
42374237 _t2040 = parse_iceberg_locator (parser)
42384238 iceberg_locator1293 = _t2040
4239- _t2041 = parse_iceberg_config (parser)
4240- iceberg_config1294 = _t2041
4239+ _t2041 = parse_iceberg_catalog_config (parser)
4240+ iceberg_catalog_config1294 = _t2041
42414241 consume_literal! (parser, " (" )
42424242 consume_literal! (parser, " columns" )
42434243 xs1295 = Proto. ExportIcebergColumn[]
@@ -4270,7 +4270,7 @@ function parse_export_iceberg_config(parser::ParserState)::Proto.ExportIcebergCo
42704270 end
42714271 config_dict1303 = _t2044
42724272 consume_literal! (parser, " )" )
4273- _t2046 = construct_export_iceberg_config_full (parser, iceberg_locator1293, iceberg_config1294 , iceberg_export_columns1298, iceberg_property_entrys1302, config_dict1303)
4273+ _t2046 = construct_export_iceberg_config_full (parser, iceberg_locator1293, iceberg_catalog_config1294 , iceberg_export_columns1298, iceberg_property_entrys1302, config_dict1303)
42744274 result1305 = _t2046
42754275 record_span! (parser, span_start1304, " ExportIcebergConfig" )
42764276 return result1305
0 commit comments