[
https://issues.apache.org/jira/browse/DRILL-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613190#comment-17613190
]
ASF GitHub Bot commented on DRILL-8328:
---------------------------------------
cgivre commented on code in PR #2668:
URL: https://github.com/apache/drill/pull/2668#discussion_r985800142
##########
contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/util/SimpleHttp.java:
##########
@@ -870,6 +928,22 @@ public static HttpStoragePlugin
getStoragePlugin(DrillbitContext context, String
}
}
+ public static String addBackTicksToAliasName(String plugin) {
Review Comment:
I fixed this to use the planner option.
> HTTP UDF Not Resolving Storage Aliases
> --------------------------------------
>
> Key: DRILL-8328
> URL: https://issues.apache.org/jira/browse/DRILL-8328
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - HTTP
> Affects Versions: 1.20.0
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Blocker
> Fix For: 1.20.3
>
>
> The http_request function currently does not resolve plugin aliases
> correctly. This PR fixes that issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)