Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/263#discussion_r45234894
--- Diff: protocol/src/main/protobuf/BitControl.proto ---
@@ -46,6 +46,11 @@ message BitStatus {
message FragmentStatus {
optional exec.shared.MinorFragmentProfile profile = 1;
optional FragmentHandle handle = 2;
+ repeated exec.shared.WarningMsg summary_warnings = 3; //vehicle for
summary warnings
+}
+
+message DrillWarning{
--- End diff --
I am assuming this is for testing purposes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---