arina-ielchiieva commented on a change in pull request #1761: DRILL-7190: 
Missing backward compatibility for REST API with DRILL-6562
URL: https://github.com/apache/drill/pull/1761#discussion_r277165326
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/StorageResources.java
 ##########
 @@ -212,7 +216,11 @@ private boolean isSupported(String format) {
     return JSON_FORMAT.equalsIgnoreCase(format) || 
HOCON_FORMAT.equalsIgnoreCase(format);
   }
 
-  private List<PluginConfigWrapper> getConfigsFor(String pluginGroup) {
+  @GET
+  @Path("/storage{group: (/[^/]+?)*}-plugins.json")
 
 Review comment:
   Same here.

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

Reply via email to