The following is an example of an official document containing the expected running results
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:
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'));
What You Expected?
The following is an example of an official document containing the expected running results
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