linrrzqqq commented on PR #60192:
URL: https://github.com/apache/doris/pull/60192#issuecomment-4003833098
p0 regression has some issues
```text
qt_test_null """
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
select array_combinations(null, 2), array_combinations([1,2,3], null);
"""
test {
sql """select k1, array_combinations(['x','y','z'], k1) from
t_array_combinations where k1 <= 3 order by k1;"""
exception("Array_Combinations's second argument must be a constant
literal.")
}
qt_test_param_3 """
select array_combinations(['a','b','c','d'], 3),
array_combinations([1,2,3,4], 3);
Exception:
java.sql.SQLException: errCode = 2, detailMessage = Array_Combinations's
second argument must be a constant literal.
at
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
```
--
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]