[
https://issues.apache.org/jira/browse/ASTERIXDB-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718362#comment-17718362
]
ASF subversion and git services commented on ASTERIXDB-3147:
------------------------------------------------------------
Commit ebf08b842368b1c8d40e72ce84842ad7f4a9d25b in asterixdb's branch
refs/heads/master from Vijay Sarathy
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=ebf08b8423 ]
[ASTERIXDB-3147][COMP] Internal Error with multiple hints
Change-Id: I3baf4a480aa002f703141376c02ff3a8cd0c8155
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17440
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> 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)