Hussain Towaileb created ASTERIXDB-3294:
-------------------------------------------
Summary: Handle type conflicts of the form
{person.name:string}/{person.name.first:string}
Key: ASTERIXDB-3294
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3294
Project: Apache AsterixDB
Issue Type: Bug
Components: EXT - External data
Affects Versions: 0.9.9
Reporter: Hussain Towaileb
Assignee: Hussain Towaileb
Fix For: 0.9.9
Given the following path:
|foo/\{person.name:string}/\{person.name.first:string}|
The computed fields cause an issue as *person.name* is of type {*}string{*},
but also having the computed field *person.name.first* will assume that
*person.name* is of type object, this needs to fail properly as it is not
allowed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)