diff --git a/buf.gen.yaml b/buf.gen.yaml index 344ea7b8e5..96f31fe082 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -6,7 +6,7 @@ managed: plugins: # renovate: datasource=github-releases depName=protocolbuffers/protobuf-go - - plugin: buf.build/protocolbuffers/go:v1.33.0 + - plugin: buf.build/protocolbuffers/go:v1.34.2 out: gen/proto/go opt: paths=source_relative diff --git a/gen/proto/go/frostdb/schema/v1alpha1/schema.pb.go b/gen/proto/go/frostdb/schema/v1alpha1/schema.pb.go index fd184ca645..6c70671f34 100644 --- a/gen/proto/go/frostdb/schema/v1alpha1/schema.pb.go +++ b/gen/proto/go/frostdb/schema/v1alpha1/schema.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/schema/v1alpha1/schema.proto @@ -702,7 +702,7 @@ func file_frostdb_schema_v1alpha1_schema_proto_rawDescGZIP() []byte { var file_frostdb_schema_v1alpha1_schema_proto_enumTypes = make([]protoimpl.EnumInfo, 4) var file_frostdb_schema_v1alpha1_schema_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_frostdb_schema_v1alpha1_schema_proto_goTypes = []interface{}{ +var file_frostdb_schema_v1alpha1_schema_proto_goTypes = []any{ (StorageLayout_Type)(0), // 0: frostdb.schema.v1alpha1.StorageLayout.Type (StorageLayout_Encoding)(0), // 1: frostdb.schema.v1alpha1.StorageLayout.Encoding (StorageLayout_Compression)(0), // 2: frostdb.schema.v1alpha1.StorageLayout.Compression @@ -733,7 +733,7 @@ func file_frostdb_schema_v1alpha1_schema_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_schema_v1alpha1_schema_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha1_schema_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Schema); i { case 0: return &v.state @@ -745,7 +745,7 @@ func file_frostdb_schema_v1alpha1_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha1_schema_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha1_schema_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Column); i { case 0: return &v.state @@ -757,7 +757,7 @@ func file_frostdb_schema_v1alpha1_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha1_schema_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha1_schema_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*StorageLayout); i { case 0: return &v.state @@ -769,7 +769,7 @@ func file_frostdb_schema_v1alpha1_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha1_schema_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha1_schema_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SortingColumn); i { case 0: return &v.state diff --git a/gen/proto/go/frostdb/schema/v1alpha2/schema.pb.go b/gen/proto/go/frostdb/schema/v1alpha2/schema.pb.go index e667c59645..cdb2551b12 100644 --- a/gen/proto/go/frostdb/schema/v1alpha2/schema.pb.go +++ b/gen/proto/go/frostdb/schema/v1alpha2/schema.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/schema/v1alpha2/schema.proto @@ -848,7 +848,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_rawDescGZIP() []byte { var file_frostdb_schema_v1alpha2_schema_proto_enumTypes = make([]protoimpl.EnumInfo, 4) var file_frostdb_schema_v1alpha2_schema_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_frostdb_schema_v1alpha2_schema_proto_goTypes = []interface{}{ +var file_frostdb_schema_v1alpha2_schema_proto_goTypes = []any{ (StorageLayout_Type)(0), // 0: frostdb.schema.v1alpha2.StorageLayout.Type (StorageLayout_Encoding)(0), // 1: frostdb.schema.v1alpha2.StorageLayout.Encoding (StorageLayout_Compression)(0), // 2: frostdb.schema.v1alpha2.StorageLayout.Compression @@ -884,7 +884,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Schema); i { case 0: return &v.state @@ -896,7 +896,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -908,7 +908,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Leaf); i { case 0: return &v.state @@ -920,7 +920,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state @@ -932,7 +932,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*StorageLayout); i { case 0: return &v.state @@ -944,7 +944,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { return nil } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*SortingColumn); i { case 0: return &v.state @@ -957,7 +957,7 @@ func file_frostdb_schema_v1alpha2_schema_proto_init() { } } } - file_frostdb_schema_v1alpha2_schema_proto_msgTypes[1].OneofWrappers = []interface{}{ + file_frostdb_schema_v1alpha2_schema_proto_msgTypes[1].OneofWrappers = []any{ (*Node_Leaf)(nil), (*Node_Group)(nil), } diff --git a/gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go b/gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go index 4cf9aedf46..f424f0e6b3 100644 --- a/gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go +++ b/gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/snapshot/v1alpha1/snapshot.proto @@ -504,7 +504,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_rawDescGZIP() []byte { var file_frostdb_snapshot_v1alpha1_snapshot_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_frostdb_snapshot_v1alpha1_snapshot_proto_goTypes = []interface{}{ +var file_frostdb_snapshot_v1alpha1_snapshot_proto_goTypes = []any{ (Part_Encoding)(0), // 0: frostdb.snapshot.v1alpha1.Part.Encoding (*FooterData)(nil), // 1: frostdb.snapshot.v1alpha1.FooterData (*Table)(nil), // 2: frostdb.snapshot.v1alpha1.Table @@ -533,7 +533,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*FooterData); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_init() { return nil } } - file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Table); i { case 0: return &v.state @@ -557,7 +557,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_init() { return nil } } - file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Granule); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_init() { return nil } } - file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Part); i { case 0: return &v.state @@ -581,7 +581,7 @@ func file_frostdb_snapshot_v1alpha1_snapshot_proto_init() { return nil } } - file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_snapshot_v1alpha1_snapshot_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Table_TableBlock); i { case 0: return &v.state diff --git a/gen/proto/go/frostdb/storage/v1alpha1/storage.pb.go b/gen/proto/go/frostdb/storage/v1alpha1/storage.pb.go index aa029846ee..09f24204fc 100644 --- a/gen/proto/go/frostdb/storage/v1alpha1/storage.pb.go +++ b/gen/proto/go/frostdb/storage/v1alpha1/storage.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/storage/v1alpha1/storage.proto @@ -2271,7 +2271,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_rawDescGZIP() []byte { var file_frostdb_storage_v1alpha1_storage_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_frostdb_storage_v1alpha1_storage_proto_msgTypes = make([]protoimpl.MessageInfo, 25) -var file_frostdb_storage_v1alpha1_storage_proto_goTypes = []interface{}{ +var file_frostdb_storage_v1alpha1_storage_proto_goTypes = []any{ (Op)(0), // 0: frostdb.storage.v1alpha1.Op (Type)(0), // 1: frostdb.storage.v1alpha1.Type (AggregationFunction_Type)(0), // 2: frostdb.storage.v1alpha1.AggregationFunction.Type @@ -2358,7 +2358,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*QueryRequest); i { case 0: return &v.state @@ -2370,7 +2370,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*QueryResponse); i { case 0: return &v.state @@ -2382,7 +2382,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PlanNode); i { case 0: return &v.state @@ -2394,7 +2394,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*PlanNodeSpec); i { case 0: return &v.state @@ -2406,7 +2406,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*TableScan); i { case 0: return &v.state @@ -2418,7 +2418,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*SchemaScan); i { case 0: return &v.state @@ -2430,7 +2430,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ScanBase); i { case 0: return &v.state @@ -2442,7 +2442,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Filter); i { case 0: return &v.state @@ -2454,7 +2454,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Distinct); i { case 0: return &v.state @@ -2466,7 +2466,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Projection); i { case 0: return &v.state @@ -2478,7 +2478,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Limit); i { case 0: return &v.state @@ -2490,7 +2490,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Aggregation); i { case 0: return &v.state @@ -2502,7 +2502,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*Expr); i { case 0: return &v.state @@ -2514,7 +2514,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ExprDef); i { case 0: return &v.state @@ -2526,7 +2526,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*BinaryExpr); i { case 0: return &v.state @@ -2538,7 +2538,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*IfExpr); i { case 0: return &v.state @@ -2550,7 +2550,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ConvertExpr); i { case 0: return &v.state @@ -2562,7 +2562,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Column); i { case 0: return &v.state @@ -2574,7 +2574,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*Literal); i { case 0: return &v.state @@ -2586,7 +2586,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*LiteralContent); i { case 0: return &v.state @@ -2598,7 +2598,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*Null); i { case 0: return &v.state @@ -2610,7 +2610,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*Alias); i { case 0: return &v.state @@ -2622,7 +2622,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*DynamicColumn); i { case 0: return &v.state @@ -2634,7 +2634,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*AggregationFunction); i { case 0: return &v.state @@ -2646,7 +2646,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { return nil } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*DurationExpr); i { case 0: return &v.state @@ -2659,7 +2659,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { } } } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[3].OneofWrappers = []interface{}{ + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[3].OneofWrappers = []any{ (*PlanNodeSpec_TableScan)(nil), (*PlanNodeSpec_SchemaScan)(nil), (*PlanNodeSpec_Filter)(nil), @@ -2668,7 +2668,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { (*PlanNodeSpec_Aggregation)(nil), (*PlanNodeSpec_Limit)(nil), } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[13].OneofWrappers = []interface{}{ + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[13].OneofWrappers = []any{ (*ExprDef_BinaryExpr)(nil), (*ExprDef_Column)(nil), (*ExprDef_Literal)(nil), @@ -2679,7 +2679,7 @@ func file_frostdb_storage_v1alpha1_storage_proto_init() { (*ExprDef_Convert)(nil), (*ExprDef_If)(nil), } - file_frostdb_storage_v1alpha1_storage_proto_msgTypes[19].OneofWrappers = []interface{}{ + file_frostdb_storage_v1alpha1_storage_proto_msgTypes[19].OneofWrappers = []any{ (*LiteralContent_NullValue)(nil), (*LiteralContent_BoolValue)(nil), (*LiteralContent_Int32Value)(nil), diff --git a/gen/proto/go/frostdb/table/v1alpha1/config.pb.go b/gen/proto/go/frostdb/table/v1alpha1/config.pb.go index 6966cab9d9..7e9139bd8e 100644 --- a/gen/proto/go/frostdb/table/v1alpha1/config.pb.go +++ b/gen/proto/go/frostdb/table/v1alpha1/config.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/table/v1alpha1/config.proto @@ -196,7 +196,7 @@ func file_frostdb_table_v1alpha1_config_proto_rawDescGZIP() []byte { } var file_frostdb_table_v1alpha1_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_frostdb_table_v1alpha1_config_proto_goTypes = []interface{}{ +var file_frostdb_table_v1alpha1_config_proto_goTypes = []any{ (*TableConfig)(nil), // 0: frostdb.table.v1alpha1.TableConfig (*v1alpha1.Schema)(nil), // 1: frostdb.schema.v1alpha1.Schema (*v1alpha2.Schema)(nil), // 2: frostdb.schema.v1alpha2.Schema @@ -217,7 +217,7 @@ func file_frostdb_table_v1alpha1_config_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_table_v1alpha1_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_table_v1alpha1_config_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*TableConfig); i { case 0: return &v.state @@ -230,7 +230,7 @@ func file_frostdb_table_v1alpha1_config_proto_init() { } } } - file_frostdb_table_v1alpha1_config_proto_msgTypes[0].OneofWrappers = []interface{}{ + file_frostdb_table_v1alpha1_config_proto_msgTypes[0].OneofWrappers = []any{ (*TableConfig_DeprecatedSchema)(nil), (*TableConfig_SchemaV2)(nil), } diff --git a/gen/proto/go/frostdb/wal/v1alpha1/wal.pb.go b/gen/proto/go/frostdb/wal/v1alpha1/wal.pb.go index 5022cc53f7..9dedf1445b 100644 --- a/gen/proto/go/frostdb/wal/v1alpha1/wal.pb.go +++ b/gen/proto/go/frostdb/wal/v1alpha1/wal.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.33.0 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: frostdb/wal/v1alpha1/wal.proto @@ -528,7 +528,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP() []byte { } var file_frostdb_wal_v1alpha1_wal_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_frostdb_wal_v1alpha1_wal_proto_goTypes = []interface{}{ +var file_frostdb_wal_v1alpha1_wal_proto_goTypes = []any{ (*Record)(nil), // 0: frostdb.wal.v1alpha1.Record (*Entry)(nil), // 1: frostdb.wal.v1alpha1.Entry (*Entry_Write)(nil), // 2: frostdb.wal.v1alpha1.Entry.Write @@ -557,7 +557,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Record); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return nil } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Entry); i { case 0: return &v.state @@ -581,7 +581,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return nil } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Entry_Write); i { case 0: return &v.state @@ -593,7 +593,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return nil } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Entry_NewTableBlock); i { case 0: return &v.state @@ -605,7 +605,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return nil } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Entry_TableBlockPersisted); i { case 0: return &v.state @@ -617,7 +617,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { return nil } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Entry_Snapshot); i { case 0: return &v.state @@ -630,7 +630,7 @@ func file_frostdb_wal_v1alpha1_wal_proto_init() { } } } - file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].OneofWrappers = []interface{}{ + file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].OneofWrappers = []any{ (*Entry_Write_)(nil), (*Entry_NewTableBlock_)(nil), (*Entry_TableBlockPersisted_)(nil), diff --git a/go.mod b/go.mod index 7695c09db5..f6a3004f57 100644 --- a/go.mod +++ b/go.mod @@ -29,8 +29,8 @@ require ( go.uber.org/goleak v1.3.0 golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc golang.org/x/sync v0.7.0 - google.golang.org/grpc v1.64.0 - google.golang.org/protobuf v1.33.0 + google.golang.org/grpc v1.64.1 + google.golang.org/protobuf v1.34.2 ) require ( diff --git a/go.sum b/go.sum index b6f437b06c..53685fead6 100644 --- a/go.sum +++ b/go.sum @@ -234,8 +234,15 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 h1: google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY= google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY= google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg= +<<<<<<< HEAD +google.golang.org/grpc v1.64.1 h1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA= +google.golang.org/grpc v1.64.1/go.mod h1:hiQF4LFZelK2WKaP6W0L92zGHtiQdZxk8CrSdvyjeP0= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +======= +google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= +google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= +>>>>>>> e91a263 (chore(deps): update protobuf-go to v1.34.2) gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=