Vijay Sarathy created ASTERIXDB-3147:
----------------------------------------
Summary: 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
When a query has multiple hints, If one of the hints specified is malformed,
asterixdb crashes with an internal error.
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;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)