Jacky Li created CARBONDATA-2057:
------------------------------------
Summary: Support specify path when creating pre-aggregate table
Key: CARBONDATA-2057
URL:
https://issues.apache.org/jira/browse/CARBONDATA-2057 Project: CarbonData
Issue Type: Bug
Reporter: Jacky Li
Fix For: 1.3.0
When creating datamap of pre-aggreagate table, user should be able to specify the location of it. By using syntax:
{code:java}
CREATE DATAMAP agg ON TABLE main
USING 'preaggregate'
DMPROPERTIES ('path'='datamap_storage_path')
AS SELECT ...
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)