aboutsummaryrefslogtreecommitdiff
path: root/protocol/src/main/protobuf
diff options
context:
space:
mode:
authorAnil Kumar Batchu <akumarb2010@gmail.com>2017-11-27 18:44:55 -0800
committerArina Ielchiieva <arina.yelchiyeva@gmail.com>2017-11-28 11:27:18 +0200
commitd3f8da2b62b13be28c4133980067942cec2a5faf (patch)
tree1e30b03ad2f0fe1f4c0a20ed3d8225e61cbcd2e5 /protocol/src/main/protobuf
parent05d8b3c2c078c5cf89fcbe05a9a6cf555a21d303 (diff)
DRILL-4779: Kafka storage plugin (Kamesh Bhallamudi & Anil Kumar Batchu)
closes #1052
Diffstat (limited to 'protocol/src/main/protobuf')
-rw-r--r--protocol/src/main/protobuf/UserBitShared.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/src/main/protobuf/UserBitShared.proto b/protocol/src/main/protobuf/UserBitShared.proto
index 52b3c63ed..086b98a07 100644
--- a/protocol/src/main/protobuf/UserBitShared.proto
+++ b/protocol/src/main/protobuf/UserBitShared.proto
@@ -309,6 +309,7 @@ enum CoreOperatorType {
NESTED_LOOP_JOIN = 35;
AVRO_SUB_SCAN = 36;
PCAP_SUB_SCAN = 37;
+ KAFKA_SUB_SCAN = 38;
}
/* Registry that contains list of jars, each jar contains its name and list of function signatures.