kevinjmh commented on issue #3072: [CARBONDATA-3247] Support to select all columns when creating MV datamap
URL:
https://github.com/apache/carbondata/pull/3072#issuecomment-502133411
@qiuchenjian you can squash all commit into one to get rid of "Merge remote-tracking branch 'upstream/master'" by following step:
1. create&checkout a *NEW* branch from master named with any, `TestBranch` as example.
2. git merge --squash MVAllColSupport
3. reset `MVAllColSupport` branch force to `TestBranch` , then force push it to github
I test it in my repository
https://github.com/kevinjmh/carbondata/tree/pr3072-squashed , you can also cherry pick the last commit directly.
----------------------------------------------------------------
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]
With regards,
Apache Git Services