Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.6.0, 7.1.4, 7.2.0
-
Untriaged
-
0
-
Unknown
Description
ADVISE SELECT COUNT(s.c1) AS num
|
FROM default AS s
|
UNNEST a1 AS us
|
WHERE us.type = "x1";
|
"index_statement": "CREATE INDEX adv_ALL_a1_type_c1 ON `default`(ALL ARRAY `utype` FOR us IN `a1` END,`c1`)"
|
It must be us.type
This happens keyspace alias is postfix of unnest alias (i.e. matched at the end)