[
https://issues.apache.org/jira/browse/ASTERIXDB-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549408#comment-15549408
]
ASF subversion and git services commented on ASTERIXDB-1674:
------------------------------------------------------------
Commit 0e0acb1faee7864e354ee96f827c2411e631ff1f in asterixdb's branch
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=0e0acb1 ]
ASTERIXDB-1674: fix LoadRecordFieldsRule and RemoveRedundantVariablesRule.
Change-Id: I52b2e3afac5ea99c13723cfc707821f95220a54a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1251
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
> Unexpected type exception for quantifier query
> ----------------------------------------------
>
> Key: ASTERIXDB-1674
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1674
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: Optimizer
> Reporter: Yingyi Bu
> Assignee: Yingyi Bu
>
> Query:
> {noformat}
> USE TinySocial;
> WITH nested_msgs AS
> (
> SELECT fu.name name,
> (
> SELECT fu.name name, fm.message msg
> FROM FacebookMessages fm
> WHERE fm.`author-id` = fu.id
> ) AS msgs
> FROM FacebookUsers fu
> )
> SELECT VALUE nm
> FROM nested_msgs nm
> WHERE (SOME msg IN nm.msgs SATISFIES msg.name LIKE '%Giesen%')
> LIMIT 2;
> {noformat}
> Exception:
> {noformat}
> Unsupported type: STRING
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)