pratyakshsharma commented on a change in pull request #1584:
URL: https://github.com/apache/incubator-hudi/pull/1584#discussion_r422367201
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
##########
@@ -276,6 +276,8 @@ private void refreshTimeline() throws IOException {
// to generic records for writing
InputBatch<Dataset<Row>> dataAndCheckpoint =
formatAdapter.fetchNewDataInRowFormat(resumeCheckpointStr,
cfg.sourceLimit);
+ SchemaProvider schemaProviderFromFetched =
dataAndCheckpoint.getBatch().isPresent()
+ ? dataAndCheckpoint.getSchemaProvider() : null;
Review comment:
@xushiyan Here this change should not be needed. WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]