[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vijay Sarathy updated ASTERIXDB-3147:
-------------------------------------
    Description: 
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
h6. ON c.c_nationkey /*+ hashjoin build  (n)  */ /*+ productivity n 100 */ = 
n.n_nationkey;

  was:
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
bq. ON c.c_nationkey /*+ hashjoin build  (n)  */ /*+ productivity n 100 */ = 
n.n_nationkey;


> 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
>            Priority: Major
>
> 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
> h6. ON c.c_nationkey /*+ hashjoin build  (n)  */ /*+ productivity n 100 */ = 
> n.n_nationkey;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to