Peeyush Gupta created ASTERIXDB-3481:
----------------------------------------
Summary: simple query taking more than 30s compile
Key: ASTERIXDB-3481
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3481
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Reporter: Peeyush Gupta
The following query takes a long time compile
{noformat}
select array_count(n) from [{"n":[null]},{"n":[null,null]}] as l;{noformat}
The issue is with serializtion/deserialization of list in constant folding
optimizer rule.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)