[ 
https://issues.apache.org/jira/browse/DRILL-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388382#comment-17388382
 ] 

ASF GitHub Bot commented on DRILL-7970:
---------------------------------------

cgivre commented on a change in pull request #2270:
URL: https://github.com/apache/drill/pull/2270#discussion_r677897145



##########
File path: 
contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/util/SimpleHttp.java
##########
@@ -57,6 +63,7 @@
  */
 public class SimpleHttp {
   private static final Logger logger = 
LoggerFactory.getLogger(SimpleHttp.class);
+  private static final Pattern URL_PARAM_REGEX = 
Pattern.compile("\\{([A-Za-z0-9_]+)\\}");

Review comment:
       Fixed




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Add URL Parameters to HTTP Plugin
> ---------------------------------
>
>                 Key: DRILL-7970
>                 URL: https://issues.apache.org/jira/browse/DRILL-7970
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Other
>    Affects Versions: 1.19.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Many APIs require the user to pass parameters as part of the URL path.  This 
> PR adds support for such a capability. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to