fx19880617 commented on a change in pull request #5305:
URL: https://github.com/apache/incubator-pinot/pull/5305#discussion_r416015211



##########
File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
##########
@@ -123,7 +123,7 @@ public SuccessResponse addTable(String tableConfigStr) {
       _pinotHelixResourceManager.addTable(tableConfig);
       // TODO: validate that table was created successfully
       // (in realtime case, metadata might not have been created but would be 
created successfully in the next run of the validation manager)
-      return new SuccessResponse("Table " + tableName + " succesfully added");
+      return new SuccessResponse("Table " + tableName + " Successfully added");

Review comment:
       my OCD 🤦 when I see this..




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



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

Reply via email to