cast array element to same type (#10980)
Fix problem when there are element of different types in an array.
This commit is contained in:
@ -22,3 +22,4 @@ SELECT
|
||||
0
|
||||
];
|
||||
|
||||
SELECT [[[2]], [['aa'],[2,1.0]]];
|
||||
|
||||
Reference in New Issue
Block a user