cast array element to same type (#10980)

Fix problem when there are element of different types in an array.
This commit is contained in:
Pxl
2022-07-19 21:47:10 +08:00
committed by GitHub
parent 371c7be235
commit 95366de7f6
4 changed files with 39 additions and 8 deletions

View File

@ -22,3 +22,4 @@ SELECT
0
];
SELECT [[[2]], [['aa'],[2,1.0]]];