[
https://issues.apache.org/jira/browse/DRILL-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742328#comment-14742328
]
ASF GitHub Bot commented on DRILL-3767:
---------------------------------------
Github user jacques-n commented on a diff in the pull request:
https://github.com/apache/drill/pull/155#discussion_r39344265
--- Diff:
common/src/main/java/org/apache/drill/common/expression/SchemaPath.java ---
@@ -54,15 +50,16 @@ public static SchemaPath getSimplePath(String name) {
}
public static SchemaPath getCompoundPath(String... strings) {
--- End diff --
Got it. Never realized that this pattern would have a side effect. Good
catch
> SchemaPath.getCompoundPath(String...strings) reverses it's input array
> ----------------------------------------------------------------------
>
> Key: DRILL-3767
> URL: https://issues.apache.org/jira/browse/DRILL-3767
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Codegen
> Reporter: Deneche A. Hakim
> Assignee: Aman Sinha
> Priority: Minor
> Fix For: 1.2.0
>
>
> If you pass an array of strings to {{SchemaPath.getCompoundPath()}}, the
> input array will be reversed. This side effect is *undocumented* and has led
> to at least one known bug DRILL-3758
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)