Closed GoogleCodeExporter closed 9 years ago
Original comment by ildar.absalyamov
on 25 Oct 2014 at 8:40
What do you observe if we define a primitive type field, like this in
page_info_type definition. Note that in Keren's example page_info_type does not
have any fields defined inside it.
create type page_info_type as closed {id : int32}
create type page_views_type as open {
page_links: {{ page_info_type}}?,
page_links_1: {{ page_info_type}}?
}
Original comment by khfaraaz82
on 25 Oct 2014 at 10:08
The structure of a nested type page_info_type does not change anything.
The issue is triggered whenever a type (page_views_type) contains more the one
non-primitive field of the same type.
Check out the reason in
https://code.google.com/p/asterixdb/source/detail?r=2b02ee5c96c74f930e1d02f72d6d
59b8a297ceb3&name=ildar/bugFixes
Original comment by ildar.absalyamov
on 25 Oct 2014 at 10:42
Original comment by ildar.absalyamov
on 6 Nov 2014 at 6:35
Original issue reported on code.google.com by
ker...@gmail.com
on 25 Apr 2014 at 12:09