seawinde commented on code in PR #27231:
URL: https://github.com/apache/doris/pull/27231#discussion_r1403396937
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/InlineViewRef.java:
##########
@@ -186,7 +189,13 @@ public void analyze(Analyzer analyzer) throws
AnalysisException, UserException {
}
if (view == null && !hasExplicitAlias()) {
Review Comment:
if meet inline view without alias, return '_', is this consistent to hive ?
--
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]