arina-ielchiieva commented on a change in pull request #1829: DRILL-7096:
Develop vector for canonical Map<K,V>
URL: https://github.com/apache/drill/pull/1829#discussion_r317079385
##########
File path:
logical/src/main/java/org/apache/drill/common/expression/SchemaPath.java
##########
@@ -74,6 +74,16 @@ public static SchemaPath getCompoundPath(String... strings)
{
return new SchemaPath(s);
}
+ public static SchemaPath getCompoundPath(int to, String... strings) {
Review comment:
Please add java doc with example.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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