Github user gparai commented on the pull request:
https://github.com/apache/drill/commit/9073aed67d89e8b2188870d6c812706085c9c41b#commitcomment-27961774
In logical/src/main/java/org/apache/drill/common/expression/SchemaPath.java:
In logical/src/main/java/org/apache/drill/common/expression/SchemaPath.java
on line 46:
What would be the implication of DYNAMIC_STAR on parseFromString()? The
Drill Lexer/Parser do not support DYNAMIC_STAR and will run into an error when
encountering if/when parsing.
---