Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
Description
I can successful create table with a field name,which type is struct, the struct contains a field type is array, the array's item is struct, and this struct contains array. but I can not create a view from this table, Operator is only supported on struct or list of struct types. But I can create view when the field is struct, it contains a sub field is array, the array contains struct, and the struct do not have array field.