Jackie-Jiang commented on a change in pull request #4774: Refactor virtualColumn
URL: https://github.com/apache/incubator-pinot/pull/4774#discussion_r348861373
##########
File path:
pinot-core/src/test/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImplTest.java
##########
@@ -67,17 +69,20 @@ public void setUp()
Assert.assertNotNull(resourceUrl);
File avroFile = new File(resourceUrl.getFile());
- SegmentGeneratorConfig config =
- SegmentTestUtils.getSegmentGeneratorConfigWithoutTimeColumn(avroFile,
TEMP_DIR, "testTable");
+ // Set the same default segment name for mutable and immutable segments
+ SegmentGeneratorConfig config = SegmentTestUtils
+ .getSegmentGeneratorConfigWithoutTimeColumn(avroFile, TEMP_DIR,
MutableSegmentImplTestUtils.SEGMENT_NAME);
Review comment:
Thy changing table name to segment name?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]