apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.77k stars 3.29k forks source link

[Bug] array_zip run failed #19475

Open lukeyan2023 opened 1 year ago

lukeyan2023 commented 1 year ago

Search before asking

Version

doris-1.2.4-rc01-Unknown

What's Wrong?

Executing the array_zip function according to the official website document, returned failure

select array_zip(array('a', 'b'), array('c', 'd'));

image

What You Expected?

The following is an example of an official document containing the expected running results

image

How to Reproduce?

Deploy a Doris cluster with version 1.2.4-rc01-Unknown and execute the official document example of the array_zip function The example SQL is as follows:

select array_ zip(array('a', 'b'), array('c', 'd'));

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

LemonLiTree commented 1 year ago

This code was not merged into 1.2