Re: [jira] [Created] (CARBONDATA-1030) Support reading specified segment or carbondata file
Posted by Liang Chen on May 07, 2017; 12:24pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-1030-Support-reading-specified-segment-or-carbondata-file-tp12126p12154.html
Hi
+1 for this feature.
How about the SQL script as below :
carbon.sql("select * from carbontable in segmentid(0,3,5,7) where filter
conditions").show()
Regards
Liang