diff --git a/go-tipb/select.pb.go b/go-tipb/select.pb.go index 36ec2bba0..bdc6244be 100644 --- a/go-tipb/select.pb.go +++ b/go-tipb/select.pb.go @@ -116,11 +116,11 @@ type SelectResponse struct { Warnings []*Error `protobuf:"bytes,4,rep,name=warnings" json:"warnings,omitempty"` OutputCounts []int64 `protobuf:"varint,5,rep,name=output_counts,json=outputCounts" json:"output_counts,omitempty"` WarningCount *int64 `protobuf:"varint,6,opt,name=warning_count,json=warningCount" json:"warning_count,omitempty"` - // It indicates the encode type of response. - EncodeType EncodeType `protobuf:"varint,7,opt,name=encode_type,json=encodeType,enum=tipb.EncodeType" json:"encode_type"` // The execution summary of each executor, in the order in request. ExecutionSummaries []*ExecutorExecutionSummary `protobuf:"bytes,8,rep,name=execution_summaries,json=executionSummaries" json:"execution_summaries,omitempty"` - XXX_unrecognized []byte `json:"-"` + // It indicates the encode type of response. + EncodeType EncodeType `protobuf:"varint,9,opt,name=encode_type,json=encodeType,enum=tipb.EncodeType" json:"encode_type"` + XXX_unrecognized []byte `json:"-"` } func (m *SelectResponse) Reset() { *m = SelectResponse{} } @@ -170,18 +170,18 @@ func (m *SelectResponse) GetWarningCount() int64 { return 0 } -func (m *SelectResponse) GetEncodeType() EncodeType { +func (m *SelectResponse) GetExecutionSummaries() []*ExecutorExecutionSummary { if m != nil { - return m.EncodeType + return m.ExecutionSummaries } - return EncodeType_TypeDefault + return nil } -func (m *SelectResponse) GetExecutionSummaries() []*ExecutorExecutionSummary { +func (m *SelectResponse) GetEncodeType() EncodeType { if m != nil { - return m.ExecutionSummaries + return m.EncodeType } - return nil + return EncodeType_TypeDefault } // Chunk contains multiple rows data and rows meta. @@ -546,9 +546,6 @@ func (m *SelectResponse) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintSelect(dAtA, i, uint64(*m.WarningCount)) } - dAtA[i] = 0x38 - i++ - i = encodeVarintSelect(dAtA, i, uint64(m.EncodeType)) if len(m.ExecutionSummaries) > 0 { for _, msg := range m.ExecutionSummaries { dAtA[i] = 0x42 @@ -561,6 +558,9 @@ func (m *SelectResponse) MarshalTo(dAtA []byte) (int, error) { i += n } } + dAtA[i] = 0x48 + i++ + i = encodeVarintSelect(dAtA, i, uint64(m.EncodeType)) if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) } @@ -860,13 +860,13 @@ func (m *SelectResponse) Size() (n int) { if m.WarningCount != nil { n += 1 + sovSelect(uint64(*m.WarningCount)) } - n += 1 + sovSelect(uint64(m.EncodeType)) if len(m.ExecutionSummaries) > 0 { for _, e := range m.ExecutionSummaries { l = e.Size() n += 1 + l + sovSelect(uint64(l)) } } + n += 1 + sovSelect(uint64(m.EncodeType)) if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -1433,25 +1433,6 @@ func (m *SelectResponse) Unmarshal(dAtA []byte) error { } } m.WarningCount = &v - case 7: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field EncodeType", wireType) - } - m.EncodeType = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowSelect - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.EncodeType |= (EncodeType(b) & 0x7F) << shift - if b < 0x80 { - break - } - } case 8: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field ExecutionSummaries", wireType) @@ -1483,6 +1464,25 @@ func (m *SelectResponse) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field EncodeType", wireType) + } + m.EncodeType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSelect + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.EncodeType |= (EncodeType(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipSelect(dAtA[iNdEx:]) @@ -2392,55 +2392,55 @@ var ( func init() { proto.RegisterFile("select.proto", fileDescriptorSelect) } var fileDescriptorSelect = []byte{ - // 794 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x54, 0x41, 0x8f, 0xdb, 0x44, - 0x14, 0x5e, 0xaf, 0x9d, 0xdd, 0xe4, 0x25, 0x71, 0xc3, 0x50, 0x2a, 0x77, 0x29, 0xd9, 0x10, 0x84, - 0xd8, 0xae, 0x56, 0x4e, 0xd9, 0x4b, 0xc5, 0x05, 0x69, 0xd3, 0x8d, 0x38, 0xa0, 0xd2, 0x6a, 0xb2, - 0x12, 0x12, 0x17, 0x6b, 0xe2, 0xbc, 0x38, 0x56, 0x6d, 0x8f, 0xd7, 0x33, 0x56, 0x12, 0xfe, 0x04, - 0x57, 0xc4, 0x2f, 0xea, 0x91, 0x33, 0x87, 0x0a, 0x2d, 0x3f, 0x81, 0x1b, 0x27, 0x34, 0xe3, 0x71, - 0xd2, 0x08, 0x84, 0x40, 0x1c, 0x7a, 0xca, 0xe4, 0x7b, 0xdf, 0x7c, 0xef, 0xcd, 0x7b, 0xdf, 0x33, - 0x74, 0x04, 0x26, 0x18, 0x4a, 0x3f, 0x2f, 0xb8, 0xe4, 0xc4, 0x91, 0x71, 0x3e, 0x3b, 0x71, 0x71, - 0x8d, 0x61, 0x29, 0x79, 0x51, 0xa1, 0x27, 0xf7, 0x23, 0x1e, 0x71, 0x7d, 0x1c, 0xa9, 0x53, 0x85, - 0x0e, 0x3f, 0x07, 0x9b, 0xf2, 0x15, 0x79, 0x00, 0x47, 0x4b, 0x96, 0xcd, 0x13, 0xf4, 0xac, 0x81, - 0x75, 0xd6, 0xa1, 0xe6, 0x1f, 0x21, 0xe0, 0xcc, 0x99, 0x64, 0xde, 0xa1, 0x46, 0xf5, 0x79, 0xf8, - 0x05, 0x34, 0x26, 0x45, 0xc1, 0x0b, 0xe2, 0x81, 0x13, 0xf2, 0x79, 0x75, 0xa5, 0x31, 0x76, 0x5e, - 0xbf, 0x39, 0x3d, 0xa0, 0x1a, 0x21, 0x0f, 0xc0, 0x4e, 0x45, 0xa4, 0x6f, 0xb5, 0x4c, 0x40, 0x01, - 0xc3, 0x3f, 0x0e, 0xc1, 0x9d, 0xea, 0x52, 0x29, 0x8a, 0x9c, 0x67, 0x02, 0xc9, 0xc7, 0xd0, 0x40, - 0xa5, 0xa6, 0x55, 0xda, 0x97, 0x6d, 0x5f, 0x15, 0xef, 0xeb, 0x04, 0xb4, 0x8a, 0x90, 0x8f, 0xc0, - 0x29, 0xf8, 0x4a, 0x78, 0x87, 0x03, 0xfb, 0xac, 0x7d, 0xd9, 0xaa, 0x18, 0x94, 0xaf, 0xa8, 0x86, - 0xc9, 0x63, 0x38, 0x0a, 0x97, 0x65, 0xf6, 0x4a, 0x78, 0xb6, 0x26, 0x18, 0x89, 0x67, 0x0a, 0x33, - 0xc9, 0x0d, 0x81, 0x7c, 0x06, 0xcd, 0x15, 0x2b, 0xb2, 0x38, 0x8b, 0x84, 0xe7, 0xbc, 0x4d, 0xae, - 0xf2, 0x6d, 0x83, 0xe4, 0x13, 0xe8, 0xf2, 0x52, 0xe6, 0xa5, 0x0c, 0x42, 0x5e, 0x66, 0x52, 0x78, - 0x8d, 0x81, 0x7d, 0x66, 0xd3, 0x4e, 0x05, 0x3e, 0xd3, 0x98, 0x22, 0x99, 0x0b, 0x15, 0xcb, 0x3b, - 0x1a, 0x58, 0x8a, 0x64, 0x40, 0xcd, 0x22, 0x4f, 0xa1, 0x8d, 0x99, 0x6a, 0x4a, 0x20, 0x37, 0x39, - 0x7a, 0xc7, 0x03, 0xeb, 0xcc, 0xbd, 0xec, 0x99, 0xac, 0x3a, 0x70, 0xb3, 0xc9, 0xd1, 0xd4, 0x09, - 0xb8, 0x45, 0xc8, 0x0b, 0x78, 0xbf, 0x9a, 0x60, 0xcc, 0xb3, 0x40, 0x94, 0x69, 0xca, 0x8a, 0x18, - 0x85, 0xd7, 0xd4, 0x65, 0xf7, 0x8d, 0x80, 0x19, 0xf1, 0xa4, 0x26, 0x4e, 0x35, 0x6f, 0x43, 0x09, - 0xee, 0x23, 0x31, 0x8a, 0xe1, 0x0f, 0x16, 0x34, 0x74, 0x53, 0xc8, 0x0d, 0xb4, 0x54, 0xe7, 0x02, - 0x3d, 0x5a, 0x5b, 0x8d, 0x76, 0xfc, 0x54, 0xe5, 0xff, 0xe5, 0xcd, 0xe9, 0x28, 0x8a, 0xe5, 0xb2, - 0x9c, 0xf9, 0x21, 0x4f, 0x47, 0x79, 0x9c, 0x45, 0x21, 0xcb, 0x47, 0x2a, 0xd5, 0x48, 0x2c, 0x59, - 0x81, 0xf3, 0xd9, 0x46, 0xa2, 0xf0, 0xa7, 0xfa, 0x3c, 0x56, 0x67, 0xda, 0x54, 0x4a, 0xd7, 0x4c, - 0x32, 0xf2, 0xc4, 0xa8, 0xa6, 0x28, 0x99, 0xe9, 0x6e, 0x77, 0x3b, 0xab, 0xe7, 0x28, 0x99, 0x79, - 0xa4, 0xbe, 0xa1, 0xfe, 0x0f, 0x27, 0x70, 0x6c, 0x42, 0xe4, 0xd1, 0x9e, 0x01, 0xed, 0x7a, 0x6e, - 0xc6, 0x86, 0x8f, 0xe0, 0x28, 0xc1, 0x2c, 0x92, 0x4b, 0x6d, 0xa9, 0x6d, 0xb4, 0xc2, 0x86, 0x3f, - 0x39, 0x00, 0xd7, 0x57, 0x5f, 0x51, 0xbc, 0x2d, 0x51, 0x48, 0x72, 0x0a, 0x4d, 0x21, 0x59, 0x21, - 0x03, 0x29, 0xb4, 0x98, 0x63, 0xe8, 0xc7, 0x1a, 0xbd, 0x11, 0xe4, 0x02, 0x5a, 0xf5, 0x6e, 0xd4, - 0xa6, 0x72, 0xf7, 0xfb, 0x49, 0x77, 0x04, 0xe2, 0x43, 0x4f, 0xc6, 0x29, 0x06, 0xdf, 0xf3, 0x0c, - 0x03, 0xbe, 0x58, 0x08, 0x94, 0xba, 0x67, 0x75, 0x15, 0xae, 0x8a, 0x7e, 0xc7, 0x33, 0x7c, 0xa1, - 0x63, 0xe4, 0x04, 0x1a, 0x8b, 0x84, 0x69, 0x83, 0xed, 0x72, 0x57, 0x10, 0xf9, 0x14, 0x5c, 0x63, - 0xab, 0x4a, 0xa8, 0xf2, 0x55, 0x97, 0x1a, 0xb3, 0x55, 0x0a, 0x82, 0x3c, 0x81, 0xfb, 0x21, 0x4f, - 0xd4, 0x9a, 0x04, 0x05, 0xcb, 0x22, 0xac, 0x4d, 0xa8, 0xfc, 0xd5, 0xa4, 0xc4, 0xc4, 0xa8, 0x0a, - 0x19, 0x2b, 0x9e, 0xc3, 0x7b, 0x29, 0x5b, 0x07, 0xfb, 0x76, 0x54, 0x5e, 0x73, 0xe8, 0xbd, 0x94, - 0xad, 0xbf, 0xfd, 0x07, 0x47, 0x36, 0xff, 0xb5, 0x23, 0x1f, 0x42, 0x53, 0xdc, 0x26, 0x41, 0xaa, - 0x76, 0xbe, 0xa5, 0xb5, 0x8f, 0xc5, 0x6d, 0xf2, 0x5c, 0x2d, 0xfc, 0x39, 0xb8, 0xbb, 0x26, 0x65, - 0x2c, 0x45, 0xaf, 0xfd, 0xd6, 0xee, 0x77, 0xea, 0x16, 0x7d, 0xc3, 0x52, 0x24, 0x5f, 0xc2, 0x87, - 0xf5, 0xeb, 0xfe, 0xce, 0xe0, 0x1d, 0xfd, 0xc8, 0x87, 0x86, 0x32, 0xf9, 0x8b, 0x8f, 0xc9, 0x05, - 0x10, 0xf5, 0x56, 0x96, 0x24, 0x7c, 0x85, 0xf3, 0x20, 0x67, 0xe1, 0x2b, 0x94, 0x5e, 0x57, 0x17, - 0xd4, 0x4b, 0xd9, 0xfa, 0xaa, 0x0a, 0xbc, 0xd4, 0xf8, 0xf0, 0x77, 0x0b, 0xdc, 0xa9, 0x2c, 0x90, - 0xa5, 0xff, 0xe5, 0x93, 0xf3, 0xb5, 0xf9, 0xee, 0xfd, 0xcf, 0xe5, 0xd0, 0x22, 0xef, 0xe0, 0xab, - 0x73, 0x7e, 0x01, 0xb0, 0x1b, 0x25, 0xb9, 0x07, 0x6d, 0xf5, 0x7b, 0x8d, 0x0b, 0x56, 0x26, 0xb2, - 0x77, 0x40, 0xba, 0xd0, 0x52, 0xc0, 0x55, 0x51, 0xf0, 0x55, 0xcf, 0x1a, 0x3f, 0x7e, 0x7d, 0xd7, - 0xb7, 0x7e, 0xbe, 0xeb, 0x5b, 0xbf, 0xde, 0xf5, 0xad, 0x1f, 0x7f, 0xeb, 0x1f, 0xc0, 0x07, 0x21, - 0x4f, 0x7d, 0xf3, 0x44, 0x5f, 0xc6, 0xf3, 0x99, 0x2e, 0xf8, 0xa5, 0xf5, 0x67, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x3e, 0x77, 0x5e, 0x38, 0x6a, 0x06, 0x00, 0x00, + // 795 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x54, 0x41, 0x6f, 0xe3, 0x44, + 0x14, 0xae, 0x6b, 0xa7, 0x4d, 0x5e, 0x12, 0x6f, 0x18, 0x96, 0x95, 0xb7, 0x2c, 0x69, 0x08, 0x42, + 0x74, 0xab, 0xca, 0x59, 0x7a, 0x59, 0x71, 0x41, 0x6a, 0xb7, 0x11, 0x07, 0xb4, 0xec, 0x6a, 0x52, + 0x09, 0x89, 0x8b, 0x35, 0x71, 0x5e, 0x1c, 0x6b, 0x6d, 0x8f, 0xeb, 0x19, 0x2b, 0x09, 0x7f, 0x82, + 0x2b, 0xe2, 0x17, 0xed, 0x91, 0x33, 0x87, 0x0a, 0x95, 0x9f, 0xc0, 0x8d, 0x13, 0x9a, 0xf1, 0x38, + 0x69, 0x80, 0x03, 0x88, 0xc3, 0x9e, 0x32, 0xf9, 0xde, 0x37, 0xdf, 0x7b, 0xf3, 0xde, 0xf7, 0x0c, + 0x1d, 0x81, 0x09, 0x86, 0xd2, 0xcf, 0x0b, 0x2e, 0x39, 0x71, 0x64, 0x9c, 0x4f, 0x8f, 0x5c, 0x5c, + 0x61, 0x58, 0x4a, 0x5e, 0x54, 0xe8, 0xd1, 0xc3, 0x88, 0x47, 0x5c, 0x1f, 0x47, 0xea, 0x54, 0xa1, + 0xc3, 0xcf, 0xc1, 0xa6, 0x7c, 0x49, 0x1e, 0xc1, 0xc1, 0x82, 0x65, 0xb3, 0x04, 0x3d, 0x6b, 0x60, + 0x9d, 0x74, 0xa8, 0xf9, 0x47, 0x08, 0x38, 0x33, 0x26, 0x99, 0xb7, 0xaf, 0x51, 0x7d, 0x1e, 0x7e, + 0x01, 0x8d, 0x71, 0x51, 0xf0, 0x82, 0x78, 0xe0, 0x84, 0x7c, 0x56, 0x5d, 0x69, 0x5c, 0x3a, 0x6f, + 0x6f, 0x8f, 0xf7, 0xa8, 0x46, 0xc8, 0x23, 0xb0, 0x53, 0x11, 0xe9, 0x5b, 0x2d, 0x13, 0x50, 0xc0, + 0xf0, 0x8f, 0x7d, 0x70, 0x27, 0xba, 0x54, 0x8a, 0x22, 0xe7, 0x99, 0x40, 0xf2, 0x31, 0x34, 0x50, + 0xa9, 0x69, 0x95, 0xf6, 0x79, 0xdb, 0x57, 0xc5, 0xfb, 0x3a, 0x01, 0xad, 0x22, 0xe4, 0x23, 0x70, + 0x0a, 0xbe, 0x14, 0xde, 0xfe, 0xc0, 0x3e, 0x69, 0x9f, 0xb7, 0x2a, 0x06, 0xe5, 0x4b, 0xaa, 0x61, + 0xf2, 0x14, 0x0e, 0xc2, 0x45, 0x99, 0xbd, 0x11, 0x9e, 0xad, 0x09, 0x46, 0xe2, 0x85, 0xc2, 0x4c, + 0x72, 0x43, 0x20, 0x9f, 0x41, 0x73, 0xc9, 0x8a, 0x2c, 0xce, 0x22, 0xe1, 0x39, 0xf7, 0xc9, 0x55, + 0xbe, 0x4d, 0x90, 0x7c, 0x02, 0x5d, 0x5e, 0xca, 0xbc, 0x94, 0x41, 0xc8, 0xcb, 0x4c, 0x0a, 0xaf, + 0x31, 0xb0, 0x4f, 0x6c, 0xda, 0xa9, 0xc0, 0x17, 0x1a, 0x53, 0x24, 0x73, 0xa1, 0x62, 0x79, 0x07, + 0x03, 0x4b, 0x91, 0x0c, 0xa8, 0x59, 0xe4, 0x15, 0xbc, 0x5f, 0x0d, 0x22, 0xe6, 0x59, 0x20, 0xca, + 0x34, 0x65, 0x45, 0x8c, 0xc2, 0x6b, 0xea, 0xec, 0x7d, 0x93, 0xdd, 0x4c, 0x6a, 0x5c, 0x13, 0x27, + 0x9a, 0xb7, 0xa6, 0x04, 0x77, 0x91, 0x18, 0x05, 0x79, 0x0e, 0x6d, 0xcc, 0x54, 0x97, 0x03, 0xb9, + 0xce, 0xd1, 0x6b, 0x0d, 0xac, 0x13, 0xf7, 0xbc, 0x67, 0x84, 0x74, 0xe0, 0x7a, 0x9d, 0xa3, 0x79, + 0x38, 0xe0, 0x06, 0x19, 0xfe, 0x60, 0x41, 0x43, 0x37, 0x85, 0x5c, 0x43, 0x4b, 0x75, 0x2e, 0xd0, + 0xa3, 0xb5, 0xd5, 0x68, 0x2f, 0x9f, 0x2b, 0xfa, 0x2f, 0xb7, 0xc7, 0xa3, 0x28, 0x96, 0x8b, 0x72, + 0xea, 0x87, 0x3c, 0x1d, 0xe5, 0x71, 0x16, 0x85, 0x2c, 0x1f, 0x29, 0xe9, 0x91, 0x58, 0xb0, 0x02, + 0x67, 0xd3, 0xb5, 0x44, 0xe1, 0x4f, 0xf4, 0xf9, 0x52, 0x9d, 0x69, 0x53, 0x29, 0x5d, 0x31, 0xc9, + 0xc8, 0x33, 0xa3, 0x9a, 0xa2, 0x64, 0xa6, 0xbb, 0xdd, 0xcd, 0xac, 0x5e, 0xa2, 0x64, 0xa6, 0x26, + 0x7d, 0x43, 0xfd, 0x1f, 0x8e, 0xe1, 0xd0, 0x84, 0xc8, 0x93, 0x1d, 0x03, 0xda, 0xf5, 0xdc, 0x8c, + 0x0d, 0x9f, 0xc0, 0x41, 0x82, 0x59, 0x24, 0x17, 0xda, 0x52, 0x9b, 0x68, 0x85, 0x0d, 0x7f, 0x72, + 0x00, 0xae, 0x2e, 0xbe, 0xa2, 0x78, 0x53, 0xa2, 0x90, 0xe4, 0x18, 0x9a, 0x42, 0xb2, 0x42, 0x06, + 0x52, 0x68, 0x31, 0xc7, 0xd0, 0x0f, 0x35, 0x7a, 0x2d, 0xc8, 0x19, 0xb4, 0xea, 0xdd, 0xa8, 0x4d, + 0xe5, 0xee, 0x0e, 0x82, 0x6e, 0x09, 0xc4, 0x87, 0x9e, 0x8c, 0x53, 0x0c, 0xbe, 0xe7, 0x19, 0x06, + 0x7c, 0x3e, 0x17, 0x28, 0x75, 0xcf, 0xea, 0x2a, 0x5c, 0x15, 0xfd, 0x8e, 0x67, 0xf8, 0x4a, 0xc7, + 0xc8, 0x11, 0x34, 0xe6, 0x09, 0xd3, 0x06, 0xdb, 0xe6, 0xae, 0x20, 0xf2, 0x29, 0xb8, 0xc6, 0x56, + 0x95, 0x50, 0xe5, 0xab, 0x2e, 0x35, 0x66, 0xab, 0x14, 0x04, 0x79, 0x06, 0x0f, 0x43, 0x9e, 0xa8, + 0x35, 0x09, 0x0a, 0x96, 0x45, 0x58, 0x9b, 0x50, 0xf9, 0xab, 0x49, 0x89, 0x89, 0x51, 0x15, 0x32, + 0x56, 0x3c, 0x85, 0xf7, 0x52, 0xb6, 0x0a, 0x76, 0xed, 0x78, 0xa8, 0x0a, 0xa0, 0x0f, 0x52, 0xb6, + 0xfa, 0xf6, 0xbe, 0x23, 0xff, 0x62, 0xa0, 0xe6, 0xbf, 0x35, 0x10, 0x79, 0x0c, 0x4d, 0x71, 0x93, + 0x04, 0xa9, 0xda, 0xf9, 0x96, 0xd6, 0x3e, 0x14, 0x37, 0xc9, 0x4b, 0xb5, 0xf0, 0xa7, 0xe0, 0x6e, + 0x9b, 0x94, 0xb1, 0x14, 0xbd, 0xf6, 0xbd, 0xdd, 0xef, 0xd4, 0x2d, 0xfa, 0x86, 0xa5, 0x48, 0xbe, + 0x84, 0x0f, 0xeb, 0xd7, 0xfd, 0xd3, 0x66, 0x74, 0xf4, 0x23, 0x1f, 0x1b, 0xca, 0xf8, 0xef, 0x0b, + 0x70, 0x06, 0x44, 0xbd, 0x95, 0x25, 0x09, 0x5f, 0xe2, 0x2c, 0xc8, 0x59, 0xf8, 0x06, 0xa5, 0xd7, + 0xd5, 0x05, 0xf5, 0x52, 0xb6, 0xba, 0xa8, 0x02, 0xaf, 0x35, 0x3e, 0xfc, 0xdd, 0x02, 0x77, 0x22, + 0x0b, 0x64, 0xe9, 0x7f, 0xf9, 0xe4, 0x7c, 0x6d, 0xbe, 0x7b, 0xff, 0x73, 0x39, 0xb4, 0xc8, 0x3b, + 0xf8, 0xea, 0x9c, 0x9e, 0x01, 0x6c, 0x47, 0x49, 0x1e, 0x40, 0x5b, 0xfd, 0x5e, 0xe1, 0x9c, 0x95, + 0x89, 0xec, 0xed, 0x91, 0x2e, 0xb4, 0x14, 0x70, 0x51, 0x14, 0x7c, 0xd9, 0xb3, 0x2e, 0x9f, 0xbe, + 0xbd, 0xeb, 0x5b, 0x3f, 0xdf, 0xf5, 0xad, 0x5f, 0xef, 0xfa, 0xd6, 0x8f, 0xbf, 0xf5, 0xf7, 0xe0, + 0x83, 0x90, 0xa7, 0xbe, 0x79, 0xa2, 0x2f, 0xe3, 0xd9, 0x54, 0x17, 0xfc, 0xda, 0xfa, 0x33, 0x00, + 0x00, 0xff, 0xff, 0xbf, 0x8f, 0x90, 0x53, 0x6a, 0x06, 0x00, 0x00, } diff --git a/proto/select.proto b/proto/select.proto index fb555b602..0c63f6df8 100644 --- a/proto/select.proto +++ b/proto/select.proto @@ -36,11 +36,11 @@ message SelectResponse { repeated Error warnings = 4; repeated int64 output_counts = 5; optional int64 warning_count = 6; - // It indicates the encode type of response. - optional EncodeType encode_type = 7 [(gogoproto.nullable) = false]; // The execution summary of each executor, in the order in request. repeated ExecutorExecutionSummary execution_summaries = 8; + // It indicates the encode type of response. + optional EncodeType encode_type = 9 [(gogoproto.nullable) = false]; } // Chunk contains multiple rows data and rows meta.