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:
[email protected]


Reply via email to