yiguolei commented on code in PR #54886:
URL: https://github.com/apache/doris/pull/54886#discussion_r2283862785
##########
regression-test/suites/query_p0/sql_functions/table_function/explode_split.groovy:
##########
@@ -39,4 +39,35 @@ suite("explode_split", "arrow_flight_sql") {
select k1, e1 from example1
lateral view explode_split(k2, ',') tmp as e1 """
+ qt_explode_split_outer1 """ select * from ${tableName}
+ lateral view explode_split_outer(k2, ',') tmp1 as e1
Review Comment:
1. 这里支持转义符吗?
--
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]