1
0

[HUDI-3845] Fix delete mor table's partition with urlencode's error (#5282)

This commit is contained in:
ForwardXu
2022-04-14 16:49:00 +08:00
committed by GitHub
parent 44b3630b5d
commit 6621f3cdbb
2 changed files with 48 additions and 1 deletions

View File

@@ -345,7 +345,7 @@ private object HoodieMergeOnReadRDD {
val logRecordScannerBuilder = HoodieMergedLogRecordScanner.newBuilder()
.withFileSystem(fs)
.withBasePath(tablePath)
.withLogFilePaths(logFiles.map(logFile => getFilePath(logFile.getPath)).asJava)
.withLogFilePaths(logFiles.map(logFile => logFile.getPath.toString).asJava)
.withReaderSchema(logSchema)
.withLatestInstantTime(tableState.latestCommitTimestamp)
.withReadBlocksLazily(