xiangfu0 commented on code in PR #17167:
URL: https://github.com/apache/pinot/pull/17167#discussion_r3038775658


##########
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/admin/PinotSchemaAdminClient.java:
##########
@@ -69,17 +76,32 @@ public String getSchemasInfo()
   }
 
   /**
-   * Gets a specific schema by name.
+   * Gets a specific schema as a JSON string.
    *
    * @param schemaName Name of the schema
    * @return Schema configuration as JSON string
    * @throws PinotAdminException If the request fails
    */
-  public String getSchema(String schemaName)
+  public String getSchemaString(String schemaName)

Review Comment:
   revert the method name to getSchema



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to