You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/29 14:03:54 UTC

[GitHub] [incubator-inlong] yunqingmoswu commented on a diff in pull request #4033: [INLONG-4022][Sort] Fix flink table catalog only supports timestamp of precision 9

yunqingmoswu commented on code in PR #4033:
URL: https://github.com/apache/incubator-inlong/pull/4033#discussion_r861836853


##########
inlong-sort/sort-single-tenant/src/main/java/org/apache/inlong/sort/singletenant/flink/parser/impl/FlinkSqlParser.java:
##########
@@ -581,7 +584,7 @@ private String parseFields(List<FieldInfo> fields, Node node) {
                 BuiltInFieldInfo builtInFieldInfo = (BuiltInFieldInfo) field;
                 parseMetaField(node, builtInFieldInfo, sb);
             } else {
-                sb.append(TableFormatUtils.deriveLogicalType(field.getFormatInfo()).asSummaryString());
+                parseMetaField(node, sb, field);

Review Comment:
   This has been processed by https://github.com/apache/incubator-inlong/pull/3984.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org