Skip to content

Commit

Permalink
regenerate protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
akkapur committed Jun 23, 2020
1 parent dfc0a5f commit e69fd4e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ public enum CoreOperatorType
* <code>METADATA_CONTROLLER = 67;</code>
*/
METADATA_CONTROLLER(67),
/**
* <code>DRUID_SUB_SCAN = 68;</code>
*/
DRUID_SUB_SCAN(68),
/**
* <code>SPSS_SUB_SCAN = 69;</code>
*/
Expand Down Expand Up @@ -967,6 +971,10 @@ public enum CoreOperatorType
* <code>METADATA_CONTROLLER = 67;</code>
*/
public static final int METADATA_CONTROLLER_VALUE = 67;
/**
* <code>DRUID_SUB_SCAN = 68;</code>
*/
public static final int DRUID_SUB_SCAN_VALUE = 68;
/**
* <code>SPSS_SUB_SCAN = 69;</code>
*/
Expand Down Expand Up @@ -1065,6 +1073,7 @@ public static CoreOperatorType forNumber(int value) {
case 65: return SHP_SUB_SCAN;
case 66: return METADATA_HANDLER;
case 67: return METADATA_CONTROLLER;
case 68: return DRUID_SUB_SCAN;
case 69: return SPSS_SUB_SCAN;
case 70: return HTTP_SUB_SCAN;
default: return null;
Expand Down Expand Up @@ -29046,7 +29055,7 @@ public org.apache.drill.exec.proto.UserBitShared.SaslMessage getDefaultInstanceF
"ATEMENT\020\005*\207\001\n\rFragmentState\022\013\n\007SENDING\020\000" +
"\022\027\n\023AWAITING_ALLOCATION\020\001\022\013\n\007RUNNING\020\002\022\014" +
"\n\010FINISHED\020\003\022\r\n\tCANCELLED\020\004\022\n\n\006FAILED\020\005\022" +
"\032\n\026CANCELLATION_REQUESTED\020\006*\212\013\n\020CoreOper" +
"\032\n\026CANCELLATION_REQUESTED\020\006*\236\013\n\020CoreOper" +
"atorType\022\021\n\rSINGLE_SENDER\020\000\022\024\n\020BROADCAST" +
"_SENDER\020\001\022\n\n\006FILTER\020\002\022\022\n\016HASH_AGGREGATE\020" +
"\003\022\r\n\tHASH_JOIN\020\004\022\016\n\nMERGE_JOIN\020\005\022\031\n\025HASH" +
Expand Down Expand Up @@ -29081,12 +29090,12 @@ public org.apache.drill.exec.proto.UserBitShared.SaslMessage getDefaultInstanceF
"MERGE\020=\022\021\n\rLTSV_SUB_SCAN\020>\022\021\n\rHDF5_SUB_S" +
"CAN\020?\022\022\n\016EXCEL_SUB_SCAN\020@\022\020\n\014SHP_SUB_SCA" +
"N\020A\022\024\n\020METADATA_HANDLER\020B\022\027\n\023METADATA_CO" +
"NTROLLER\020C\022\021\n\rSPSS_SUB_SCAN\020E\022\021\n\rHTTP_SU" +
"B_SCAN\020F*g\n\nSaslStatus\022\020\n\014SASL_UNKNOWN\020\000" +
"\022\016\n\nSASL_START\020\001\022\024\n\020SASL_IN_PROGRESS\020\002\022\020" +
"\n\014SASL_SUCCESS\020\003\022\017\n\013SASL_FAILED\020\004B.\n\033org" +
".apache.drill.exec.protoB\rUserBitSharedH" +
"\001"
"NTROLLER\020C\022\022\n\016DRUID_SUB_SCAN\020D\022\021\n\rSPSS_S" +
"UB_SCAN\020E\022\021\n\rHTTP_SUB_SCAN\020F*g\n\nSaslStat" +
"us\022\020\n\014SASL_UNKNOWN\020\000\022\016\n\nSASL_START\020\001\022\024\n\020" +
"SASL_IN_PROGRESS\020\002\022\020\n\014SASL_SUCCESS\020\003\022\017\n\013" +
"SASL_FAILED\020\004B.\n\033org.apache.drill.exec.p" +
"rotoB\rUserBitSharedH\001"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
Expand Down
1 change: 1 addition & 0 deletions protocol/src/main/protobuf/UserBitShared.proto
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ enum CoreOperatorType {
SHP_SUB_SCAN = 65;
METADATA_HANDLER = 66;
METADATA_CONTROLLER = 67;
DRUID_SUB_SCAN = 68;
SPSS_SUB_SCAN = 69;
HTTP_SUB_SCAN = 70;
}
Expand Down

0 comments on commit e69fd4e

Please sign in to comment.