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



##########
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:
       Let me create a `CompatTestConstants` class, and put it in that file.




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