Re: [DISCUSSION] Support heterogeneous format segments in carbondata
Posted by xuchuanyin on URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/DISCUSSION-Support-heterogeneous-format-segments-in-carbondata-tp84252p84305.html
Besides, for the problem in your proposal, the user can create a
`table_with_old_format_data` and create another `table_with_new_format_data`
and then create a `joint_table` union both tables. All the queries are fired
on the `joint_table`. ---- problem SOLVED...