jack86596 opened a new pull request #4233:
URL: https://github.com/apache/carbondata/pull/4233
### Why is this PR needed?
When insert into table with static partition, source projects should not
contain static partition column, target table will have all columns, the
columns number comparison between source table and target table is: source
table column number = target table column number - static partition column
number.
### What changes were proposed in this PR?
Before do the column number comparison, remove the static partition column
from target table.
### Does this PR introduce any user interface change?
- No
### 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]