Login  Register

[GitHub] [carbondata] ShreelekhyaG opened a new pull request #4147: [WIP] Fix issue when refresh main table with MV

Posted by GitBox on Jun 04, 2021; 2:46pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-ShreelekhyaG-opened-a-new-pull-request-4147-WIP-Fix-issue-when-refresh-main-table-V-tp108727.html


ShreelekhyaG opened a new pull request #4147:
URL: https://github.com/apache/carbondata/pull/4147


    ### Why is this PR needed?
    When trying to register a table of old store which has MV, it fails parser error(syntax issue while creating table). It is trying to create table with `relatedmvtablesmap` property which is not valid.
   
    ### What changes were proposed in this PR?
   - Removed `relatedmvtablesmap` from table properties in `RefreshCarbonTableCommand`
   - After Main table has registered, to register MV made changes to get the schema from the system folder and register.
       
    ### Does this PR introduce any user interface change?
    - No
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - Yes
   
       
   


--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[hidden email]