GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/2332 [CARBONDATA-2514] Added condition to check for duplicate column names 1. Duplicate columns check was not present. 2. indexFileReader was not being closed due to which index file could not be deleted. Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed? - [ ] Any backward compatibility impacted? - [ ] Document update required? - [ ] Testing done Please provide details on - Whether new unit test cases have been added or why no new tests are required? - How it is tested? Please attach test report. - Is it a performance related change? Please attach the performance test report. - Any additional information to help reviewers in testing this change. - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kunal642/carbondata duplicate_columns Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/2332.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 #2332 ---- commit 1574c11ed1e99b2d08ce3a36fb1e99fb45b2aaba Author: kunal642 <kunalkapoor642@...> Date: 2018-05-22T09:46:32Z added condition to check for duplicate column names ---- --- |
Github user kunal642 commented on the issue:
https://github.com/apache/carbondata/pull/2332 retest this please --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2332 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5052/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6047/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4888/ --- |
In reply to this post by qiuchenjian-2
Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2332#discussion_r190128821 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -2382,6 +2382,7 @@ static DataType thriftDataTyopeToWrapperDataType( CarbonIndexFileReader indexFileReader = new CarbonIndexFileReader(); indexFileReader.openThriftReader(indexFilePath); org.apache.carbondata.format.IndexHeader readIndexHeader = indexFileReader.readIndexHeader(); + indexFileReader.closeThriftReader(); --- End diff -- Add a try finally block and move closing of thrift reader to finally block --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6066/ --- |
In reply to this post by qiuchenjian-2
Github user kunal642 commented on the issue:
https://github.com/apache/carbondata/pull/2332 retest this please --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4906/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2332 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5067/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6068/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2332 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4908/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2332 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5069/ --- |
In reply to this post by qiuchenjian-2
Github user manishgupta88 commented on the issue:
https://github.com/apache/carbondata/pull/2332 LGTM --- |
In reply to this post by qiuchenjian-2
|
Free forum by Nabble | Edit this page |