You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Cai-Yao (via GitHub)" <gi...@apache.org> on 2023/04/07 10:42:21 UTC

[GitHub] [doris] Cai-Yao commented on a diff in pull request #18358: [Enchancement](compatible) show dateV2/datetimeV2 to date/datetime

Cai-Yao commented on code in PR #18358:
URL: https://github.com/apache/doris/pull/18358#discussion_r1160618777


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/DescribeStmt.java:
##########
@@ -205,6 +211,7 @@ public void analyze(Analyzer analyzer) throws UserException {
                                     "",
                                     column.getName(),
                                     column.getOriginType().toString(),
+                                    column.getOriginType().toString(),

Review Comment:
   > 是不是跟213 行重复了
   填充type和新加的columntype两个列



-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org