You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/27 09:57:15 UTC

[GitHub] vdiravka commented on issue #1404: DRILL-6639: Exception happens while displaying operator profiles for …

vdiravka commented on issue #1404: DRILL-6639: Exception happens while displaying operator profiles for …
URL: https://github.com/apache/drill/pull/1404#issuecomment-408372180
 
 
   @arina-ielchiieva The operator type was always (in earlier Drill versions) null, if operator doesn't exist in protobuf file. But DRILL-6279 (`OperatorWrapper.getSpillCycleMetricIndex()`) enabled using of `operatorType` without handling `null` cases. It is possible to handle everywhere such null cases. But the proper way is to update to the latest protobuf (3.6.0 for now) version, which allows to set `UNRECOGNIZED` Enum NullValue.
   If it is fine I will proceed with a new Jira ticket.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services