Re: [jira] [Created] (CARBONDATA-1030) Support reading specified segment or carbondata file
Posted by Jin Zhou on May 16, 2017; 2:25am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-1030-Support-reading-specified-segment-or-carbondata-file-tp12126p12701.html
@Liang Chen
Thx for your reply. I think your proposal is a good way for reading specified segments.
Maybe the SQL below can be used to reading specified carbon files:
carbon.sql("select * from carbontable in carbonfile('filepath1','filepath2') where filter
conditions").show()