We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb50f8 commit fa0e3c4Copy full SHA for fa0e3c4
paimon-core/src/main/java/org/apache/paimon/manifest/IndexManifestEntrySerializer.java
@@ -59,7 +59,7 @@ public InternalRow convertTo(IndexManifestEntry record) {
59
indexFile.fileSize(),
60
indexFile.rowCount(),
61
dvMetasToRowArrayData(indexFile.dvRanges()),
62
- indexFile.externalPath(),
+ fromString(indexFile.externalPath()),
63
globalIndexRow);
64
}
65
0 commit comments