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 2021/01/19 02:53:15 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #6457: Always store raw table name in segment metadata

Jackie-Jiang commented on a change in pull request #6457:
URL: https://github.com/apache/incubator-pinot/pull/6457#discussion_r559882875



##########
File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ClusterIntegrationTestUtils.java
##########
@@ -284,7 +283,7 @@ public static void buildSegmentFromAvro(File avroFile, TableConfig tableConfig,
     SegmentGeneratorConfig segmentGeneratorConfig = new SegmentGeneratorConfig(tableConfig, schema);
     segmentGeneratorConfig.setInputFilePath(avroFile.getPath());
     segmentGeneratorConfig.setOutDir(segmentDir.getPath());
-    segmentGeneratorConfig.setTableName(TableNameBuilder.extractRawTableName(tableConfig.getTableName()));
+    segmentGeneratorConfig.setTableName(tableConfig.getTableName());

Review comment:
       Changes other than this line is auto-formatting changes




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



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