thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991849455
##########
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicTableFactory.java:
##########
@@ -289,9 +336,11 @@ public DynamicTableSink createDynamicTableSink(Context
context) {
final EncodingFormat<SerializationSchema<RowData>> valueEncodingFormat
=
getValueEncodingFormat(helper);
+ final String innerValueDecodingFormat = getInnerDecodingFormat(helper);
Review Comment:
Once here innerValueDecodingFormat is used for raw datatype , validate
physicalDataType?
--
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]