cast array element to same type (#10980)
Fix problem when there are element of different types in an array.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
[1, 2]
|
||||
|
||||
-- !q02_4 --
|
||||
[1, -8761903601633862942.548033534]
|
||||
[1, 2]
|
||||
|
||||
-- !q02_5 --
|
||||
[-1, 2]
|
||||
@ -50,3 +50,5 @@
|
||||
-- !q02_17 --
|
||||
[0]
|
||||
|
||||
-- !q02_18 --
|
||||
[[[2]], [[aa], [2, 1.0]]]
|
||||
|
||||
Reference in New Issue
Block a user