You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/07 00:28:51 UTC

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #9852: Add capability to update and delete table config via CLI

Jackie-Jiang commented on code in PR #9852:
URL: https://github.com/apache/pinot/pull/9852#discussion_r1041619528


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ChaosMonkeyIntegrationTest.java:
##########
@@ -145,7 +145,8 @@ private void createTable()
     String createTableFile = TestUtils.getFileFromResourceUrl(ChaosMonkeyIntegrationTest.class.getClassLoader().
         getResource("chaos-monkey-create-table.json"));
     runAdministratorCommand(new String[]{
-        "AddTable", "-controllerPort", "39000", "-schemaFile", schemaFile, "-tableConfigFile", createTableFile, "-exec"
+        "AddTable", "-controllerPort", "39000", "-schemaFile", schemaFile, "-tableConfigFile",

Review Comment:
   (minor) Revert



-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org