[
https://issues.apache.org/jira/browse/ASTERIXDB-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijay Sarathy reassigned ASTERIXDB-3147:
----------------------------------------
Assignee: Vijay Sarathy
> Internal Error with multiple hints
> ----------------------------------
>
> Key: ASTERIXDB-3147
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3147
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Reporter: Vijay Sarathy
> Assignee: Vijay Sarathy
> Priority: Major
>
> When a query has multiple hints, If one of the hints specified is malformed,
> the query fails with an internal error.
> {code:java}
> SELECT COUNT(DISTINCT n.n_name) FROM customer c JOIN nation n
> ON c.c_nationkey /*+ hashjoin build (n) */ /*+ productivity n 100 */ =
> n.n_nationkey;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)