chrajeshbabu commented on issue #15472:
URL: https://github.com/apache/pinot/issues/15472#issuecomment-2850085207
@Jackie-Jiang this test case with " %" is already in pinot 1.2.0 where I am
testing found that the segment always in the bad state because the spaces it
cannot load the segments properly.
`
public static void buildSegmentFromAvro(File avroFile, TableConfig
tableConfig,
org.apache.pinot.spi.data.Schema schema, int segmentIndex, File
segmentDir, File tarDir)
throws Exception {
// Test segment with space and special character in the file name
buildSegmentFromAvro(avroFile, tableConfig, schema, segmentIndex + " %",
segmentDir, tarDir);
}
`
With the PR I have raised already validated in the cluster and things are
fine after that.
Will check integration test case failures in the PR.
Thanks.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]