Till created ASTERIXDB-2182:
-------------------------------
Summary: Use JSON-like representation for parameters
Key: ASTERIXDB-2182
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2182
Project: Apache AsterixDB
Issue Type: Improvement
Components: AQL - Translator AQL, SQL - Translator SQL++
Reporter: Till
Currently parameters to statements in SQL++ and AQL are provided using a custom
syntax, e.g.
{noformat}
create dataset LineItem(LineItemType) primary key l_orderkey, l_linenumber
using compaction policy correlated-prefix
(("max-mergable-component-size"="1048576"),
("max-tolerance-component-count"="3"));
{noformat}
Instead of using this custom syntax, we should use a JSON-like syntax that
aligns better with our data model.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)