You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/03/01 04:23:57 UTC

[GitHub] [drill] cgivre commented on a change in pull request #2474: DRILL-8140: Add JSON Post Body to HTTP Rest Storage Plugin

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



##########
File path: contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/HttpApiConfig.java
##########
@@ -172,6 +179,8 @@ public HttpPaginatorConfig paginator() {
     return this.paginator;
   }
 
+  public String getPostParameterLocation() { return postParameterLocation; }

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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org