[
https://issues.apache.org/jira/browse/ASTERIXDB-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijay Sarathy resolved ASTERIXDB-3380.
--------------------------------------
Resolution: Fixed
> Internal error on a syntax error with productivity hint
> -------------------------------------------------------
>
> Key: ASTERIXDB-3380
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3380
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: *DB - AsterixDB
> Reporter: murali krishna
> Assignee: Vijay Sarathy
> Priority: Major
>
> {code:java}
> select count(1) from K1 x join K2 y on x.rand_i /*+ selectivity 0.065536 */
> <= 65536 and tobigint(x.u256_i) /*+ productivit y 3906.25 */ /*+ indexnl */ =
> y.u256_i;
> {code}
>
> productivity hint is misspelled. Hint should be ignored. Should not be an
> internal error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)