EMsnap commented on code in PR #8735:
URL: https://github.com/apache/inlong/pull/8735#discussion_r1295310315


##########
inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/DynamicSchemaHandleOperator.java:
##########
@@ -382,6 +390,7 @@ private void handleSchemaInfoEvent(TableIdentifier tableId, 
Schema schema) {
                             try {
                                 return 
dynamicSchemaFormat.extractRowData(jsonNode, FlinkSchemaUtil.convert(schema1));
                             } catch (Exception e) {
+                                LOG.error(String.format("Table %s 
extractRowData failed!", tableId), e);

Review Comment:
   maybe "extracts RowData" here 



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