voonhous commented on code in PR #17659:
URL: https://github.com/apache/hudi/pull/17659#discussion_r2687878232


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/HoodieCatalog.java:
##########
@@ -264,7 +264,7 @@ public CatalogBaseTable getTable(ObjectPath tablePath) 
throws TableNotExistExcep
       List<String> pkColumns = TableOptionProperties.getPkColumns(options);
       // if the table is initialized from spark, the write schema is nullable 
for pk columns.
       DataType tableDataType = DataTypeUtils.ensureColumnsAsNonNullable(
-          HoodieSchemaConverter.convertToDataType(latestSchema), pkColumns);
+          AvroSchemaConverter.convertToDataType(latestSchema), pkColumns);

Review Comment:
   Sorry, merge conflict resolving error on my end.



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