[
https://issues.apache.org/jira/browse/ASTERIXDB-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702046#comment-17702046
]
ASF subversion and git services commented on ASTERIXDB-3126:
------------------------------------------------------------
Commit 7ba271ac2d33704eaf8f5edc1587add0527dce37 in asterixdb's branch
refs/heads/master from Vijay Sarathy
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=7ba271ac2d ]
[ASTERIXDB-3128][COMP] Hashjoin hint with build generates warning
[ASTERIXDB-3126][COMP] CBO: hint productivity NPE if missing cardinality
estimate on collection
Change-Id: Ia26a912063aaf063a530acc7ff1a7a006f0ad0c9
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17411
Tested-by: Jenkins <[email protected]>
Reviewed-by: Vijay Sarathy <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Integration-Tests: Jenkins <[email protected]>
> CBO: hint productivity NPE if missing cardinality estimate on collection
> ------------------------------------------------------------------------
>
> Key: ASTERIXDB-3126
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3126
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Affects Versions: 0.9.6
> Reporter: Vijay Sarathy
> Assignee: Vijay Sarathy
> Priority: Major
>
> To repro, run following with productivity hint without productivity value
> |SELECT COUNT(DISTINCT r.destinationairport)|
> |FROM airport a|
> | JOIN route r ON r.sourceairport /*+ productivity */ = a.faa|
> |WHERE a.city = 'San Francisco'|
> | AND a.country = 'United States'|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)