aboutsummaryrefslogtreecommitdiff
path: root/contrib/native
diff options
context:
space:
mode:
authorCharles S. Givre <cgivre@gmail.com>2019-02-17 21:42:02 -0500
committerGautam Parai <gparai@apache.org>2019-02-22 23:30:53 -0800
commita43839e2147c24700f8a331c6863566abed7a51e (patch)
tree2b9d6c6f8d838ca0f034cc42f96cea2964201332 /contrib/native
parentad63b70478674185c438682fc0ccd7ca191da1d5 (diff)
DRILL-6582: SYSLOG (RFC-5424) Format Plugin
closes #1530
Diffstat (limited to 'contrib/native')
-rw-r--r--contrib/native/client/src/protobuf/UserBitShared.pb.cc13
-rw-r--r--contrib/native/client/src/protobuf/UserBitShared.pb.h5
2 files changed, 10 insertions, 8 deletions
diff --git a/contrib/native/client/src/protobuf/UserBitShared.pb.cc b/contrib/native/client/src/protobuf/UserBitShared.pb.cc
index ee81ee206..1e0712091 100644
--- a/contrib/native/client/src/protobuf/UserBitShared.pb.cc
+++ b/contrib/native/client/src/protobuf/UserBitShared.pb.cc
@@ -754,7 +754,7 @@ void protobuf_AddDesc_UserBitShared_2eproto() {
"entState\022\013\n\007SENDING\020\000\022\027\n\023AWAITING_ALLOCA"
"TION\020\001\022\013\n\007RUNNING\020\002\022\014\n\010FINISHED\020\003\022\r\n\tCAN"
"CELLED\020\004\022\n\n\006FAILED\020\005\022\032\n\026CANCELLATION_REQ"
- "UESTED\020\006*\222\t\n\020CoreOperatorType\022\021\n\rSINGLE_"
+ "UESTED\020\006*\247\t\n\020CoreOperatorType\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_PARTITION_SENDER\020\006"
@@ -783,11 +783,11 @@ void protobuf_AddDesc_UserBitShared_2eproto() {
"TPPD_LOG_SUB_SCAN\0203\022\022\n\016IMAGE_SUB_SCAN\0204\022"
"\025\n\021SEQUENCE_SUB_SCAN\0205\022\023\n\017PARTITION_LIMI"
"T\0206\022\023\n\017PCAPNG_SUB_SCAN\0207\022\022\n\016RUNTIME_FILT"
- "ER\0208\022\017\n\013ROWKEY_JOIN\0209*g\n\nSaslStatus\022\020\n\014S"
- "ASL_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_FA"
- "ILED\020\004B.\n\033org.apache.drill.exec.protoB\rU"
- "serBitSharedH\001", 5534);
+ "ER\0208\022\017\n\013ROWKEY_JOIN\0209\022\023\n\017SYSLOG_SUB_SCAN"
+ "\020:*g\n\nSaslStatus\022\020\n\014SASL_UNKNOWN\020\000\022\016\n\nSA"
+ "SL_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.apach"
+ "e.drill.exec.protoB\rUserBitSharedH\001", 5555);
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
"UserBitShared.proto", &protobuf_RegisterTypes);
UserCredentials::default_instance_ = new UserCredentials();
@@ -966,6 +966,7 @@ bool CoreOperatorType_IsValid(int value) {
case 55:
case 56:
case 57:
+ case 58:
return true;
default:
return false;
diff --git a/contrib/native/client/src/protobuf/UserBitShared.pb.h b/contrib/native/client/src/protobuf/UserBitShared.pb.h
index 3fa19118c..b95b311c8 100644
--- a/contrib/native/client/src/protobuf/UserBitShared.pb.h
+++ b/contrib/native/client/src/protobuf/UserBitShared.pb.h
@@ -261,11 +261,12 @@ enum CoreOperatorType {
PARTITION_LIMIT = 54,
PCAPNG_SUB_SCAN = 55,
RUNTIME_FILTER = 56,
- ROWKEY_JOIN = 57
+ ROWKEY_JOIN = 57,
+ SYSLOG_SUB_SCAN = 58
};
bool CoreOperatorType_IsValid(int value);
const CoreOperatorType CoreOperatorType_MIN = SINGLE_SENDER;
-const CoreOperatorType CoreOperatorType_MAX = ROWKEY_JOIN;
+const CoreOperatorType CoreOperatorType_MAX = SYSLOG_SUB_SCAN;
const int CoreOperatorType_ARRAYSIZE = CoreOperatorType_MAX + 1;
const ::google::protobuf::EnumDescriptor* CoreOperatorType_descriptor();