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 2020/04/08 06:12:25 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #5221: Add a new server api for download of segments.

jackjlli commented on a change in pull request #5221: Add a new server api for download of segments.
URL: https://github.com/apache/incubator-pinot/pull/5221#discussion_r405276990
 
 

 ##########
 File path: pinot-server/src/test/java/org/apache/pinot/server/api/BaseResourceTest.java
 ##########
 @@ -55,11 +56,12 @@
 public abstract class BaseResourceTest {
   private static final String AVRO_DATA_PATH = "data/test_data-mv.avro";
   private static final File INDEX_DIR = new File(FileUtils.getTempDirectory(), "BaseResourceTest");
-  protected static final String TABLE_NAME = "testTable";
+  protected static final String REALTIME_TABLE_NAME = "testTable_REALTIME";
 
 Review comment:
   +1

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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