[
https://issues.apache.org/jira/browse/ASTERIXDB-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782079#comment-17782079
]
ASF subversion and git services commented on ASTERIXDB-3294:
------------------------------------------------------------
Commit a81ffc8dda2bbe0f9eff856591178d14b1c7970b in asterixdb's branch
refs/heads/master from Hussain Towaileb
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=a81ffc8dda ]
[ASTERIXDB-3294][EXT]: Fail if there are conflicting types for computed fields
Change-Id: I936c7afbf7e95271ede2230c08c7841a27995a21
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17896
Reviewed-by: Hussain Towaileb <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
> 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
> Priority: Major
> 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)