|
|
|
@ -257,7 +257,8 @@ public class SeaweedOutputStream extends OutputStream { |
|
|
|
StringBuilder chunkInfo = new StringBuilder(); |
|
|
|
for (int i = 0; i < entry.getChunksCount(); i++) { |
|
|
|
FilerProto.FileChunk chunk = entry.getChunks(i); |
|
|
|
if (i > 0) chunkInfo.append(","); |
|
|
|
if (i > 0) |
|
|
|
chunkInfo.append(","); |
|
|
|
chunkInfo.append(chunk.getFileId()); |
|
|
|
} |
|
|
|
LOG.warn("=== PARQUET FILE WRITTEN TO EMPLOYEES: {} ({} bytes) CHUNKS: [{}] ===", |
|
|
|
|