[
https://issues.apache.org/jira/browse/CARBONDATA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Liang Chen resolved CARBONDATA-2355.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.1
> Support run SQL on carbon files directly, which is generated by SDk
> -------------------------------------------------------------------
>
> Key: CARBONDATA-2355
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2355> Project: CarbonData
> Issue Type: Improvement
> Reporter: xubo245
> Assignee: xubo245
> Priority: Major
> Fix For: 1.4.1
>
> Time Spent: 11h
> Remaining Estimate: 0h
>
> Spark support run sql on files directly:
>
https://spark.apache.org/docs/latest/sql-programming-guide.html#run-sql-on-files-directly> CarbonData also should support.
> This is for carbonfile generated by SDK
> Now only support directly read the file directory with one carbonfile.
> For example:
> {code:java}
> select * FROM carbonfile.$filePath`
> {code}
> No need to create table and user can read data firectly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)