yiguolei commented on code in PR #18358:
URL: https://github.com/apache/doris/pull/18358#discussion_r1160583534
##########
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 行重复了
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]