wwj6591812 commented on code in PR #4420:
URL: https://github.com/apache/paimon/pull/4420#discussion_r1824635124
##########
paimon-core/src/main/java/org/apache/paimon/io/DataFilePathFactory.java:
##########
@@ -62,7 +65,8 @@ public Path newChangelogPath() {
}
private Path newPath(String prefix) {
- String name = prefix + uuid + "-" + pathCount.getAndIncrement() + "."
+ formatIdentifier;
+ String extension = "." + fileCompression + "." + formatIdentifier;
Review Comment:
Please add a config option that whether add fileCompression or not.
--
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]