trushev commented on code in PR #5443:
URL: https://github.com/apache/hudi/pull/5443#discussion_r874315475


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -447,6 +453,17 @@ private Schema inferSchemaFromDdl() {
     return HoodieAvroUtils.addMetadataFields(schema, 
conf.getBoolean(FlinkOptions.CHANGELOG_ENABLED));
   }
 
+  private SchemaEvoContext getSchemaEvoContext() {
+    if (!conf.getBoolean(FlinkOptions.SCHEMA_EVOLUTION_ENABLED)) {

Review Comment:
   fixed. removed enabled field. isPresent means enabled. 



-- 
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]

Reply via email to