GitHub user jackylk opened a pull request: https://github.com/apache/carbondata/pull/1765
[CARBONDATA-1992] Remove partitionId in CarbonTablePath In CarbonTablePath, there is a deprecated partition id which is always 0, it should be removed to avoid confusion. - [X] Any interfaces changed? - [X] Any backward compatibility impacted? - [X] Document update required? - [X] Testing done No logic is modified - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. NA You can merge this pull request into a Git repository by running: $ git pull https://github.com/jackylk/incubator-carbondata remove_partitionid Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1765.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1765 ---- commit bc87d44b489bc95eabd4573aaaad2ae515f39b94 Author: Jacky Li <jacky.likun@...> Date: 2018-01-05T13:19:59Z remove partitionId ---- ---