FrankChen021 commented on code in PR #18982:
URL: https://github.com/apache/druid/pull/18982#discussion_r2797237423
##########
extensions-core/hdfs-storage/src/main/java/org/apache/druid/storage/hdfs/HdfsDataSegmentPuller.java:
##########
@@ -235,27 +248,16 @@ FileUtils.FileCopyResult getSegmentFiles(final Path path,
final File outDir) thr
catch (Exception e) {
throw new RuntimeException(e);
}
- } else if (CompressionUtils.isZip(path.getName())) {
+ }
- // -------- zip ---------
Review Comment:
it's better to do refactoring in a separated pr
--
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]