mcvsubbu commented on a change in pull request #6360:
URL: https://github.com/apache/incubator-pinot/pull/6360#discussion_r543796685



##########
File path: 
pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/TableOp.java
##########
@@ -44,6 +45,9 @@
   private String _schemaFileName;
   private Op _op;
   private String _tableConfigFileName;
+  private String _tableName;

Review comment:
       pull this from the table config file

##########
File path: 
pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/TableOp.java
##########
@@ -44,6 +45,9 @@
   private String _schemaFileName;
   private Op _op;
   private String _tableConfigFileName;
+  private String _tableName;
+
+  private static final String CONTROLLER_URL = "localhost:9000";

Review comment:
       You may want to put this in another file, it will be needed in all the 
ops.




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