Github user kkhatua commented on the issue:
https://github.com/apache/drill/pull/1137
the purpose of parsing the plan as a String is primarily to extract the
alternative operator names for the UI. The rest of the items are irrelevant for
that usecase. Were you looking to figure out a way to deserialize the plan
text, so that other scenarios could leverage off that?---
