the-other-tim-brown commented on code in PR #10342:
URL: https://github.com/apache/hudi/pull/10342#discussion_r1462190319
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/InputBatch.java:
##########
@@ -55,7 +55,7 @@ public SchemaProvider getSchemaProvider() {
if (batch.isPresent() && schemaProvider == null) {
throw new HoodieException("Please provide a valid schema provider
class!");
}
- return Option.ofNullable(schemaProvider).orElse(new NullSchemaProvider());
Review Comment:
yes, updating now
--
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]