arina-ielchiieva commented on a change in pull request #1404: DRILL-6639:
Exception happens while displaying operator profiles for …
URL: https://github.com/apache/drill/pull/1404#discussion_r205864556
##########
File path:
protocol/src/main/java/org/apache/drill/exec/proto/beans/CoreOperatorType.java
##########
@@ -131,6 +139,14 @@ public static CoreOperatorType valueOf(int number)
case 43: return HIVE_DRILL_NATIVE_PARQUET_ROW_GROUP_SCAN;
case 44: return JDBC_SCAN;
case 45: return REGEX_SUB_SCAN;
+ case 46: return MAPRDB_SUB_SCAN;
Review comment:
Good point, also once I have created Jira to allow operators names to be in
String rather with dependency on protobuf but this would be a breaking change
(https://issues.apache.org/jira/browse/DRILL-5405).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services