trushev commented on code in PR #5830:
URL: https://github.com/apache/hudi/pull/5830#discussion_r911569288
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java:
##########
@@ -227,7 +228,10 @@ protected void loadRecords(String partitionPath) throws
Exception {
.filter(logFile -> isValidFile(logFile.getFileStatus()))
.map(logFile -> logFile.getPath().toString())
.collect(toList());
- HoodieMergedLogRecordScanner scanner =
FormatUtils.logScanner(logPaths, schema, latestCommitTime.get().getTimestamp(),
+ InternalSchema internalSchema = new
TableSchemaResolver(this.hoodieTable.getMetaClient())
Review Comment:
Fixed
--
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]