[GitHub] incubator-carbondata pull request #171: [CARBONDATA-254] Code Inspection

2016-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/171 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-carbondata pull request #175: update doc for adding information ab...

2016-09-18 Thread lion-x
GitHub user lion-x opened a pull request: https://github.com/apache/incubator-carbondata/pull/175 update doc for adding information about COMMENTCHAR # Why raise this PR?# After #118 adding COMMENTCHAR option, update the doc. You can merge this pull request into a Git

[GitHub] incubator-carbondata pull request #174: [CARBONDATA-257] Make CarbonData rea...

2016-09-18 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/incubator-carbondata/pull/174 [CARBONDATA-257] Make CarbonData readable through Spark/MapReduce program User should be able to use SparkContext.newAPIHadoopFile to read CarbonData files For example: ```

[jira] [Created] (CARBONDATA-257) Make CarbonData readable through Spark/MapReduce program

2016-09-18 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-257: --- Summary: Make CarbonData readable through Spark/MapReduce program Key: CARBONDATA-257 URL: https://issues.apache.org/jira/browse/CARBONDATA-257 Project: CarbonData

[GitHub] incubator-carbondata pull request #173: [CARBONDATA-256]Changed StringBuffer...

2016-09-18 Thread vinodkc
GitHub user vinodkc opened a pull request: https://github.com/apache/incubator-carbondata/pull/173 [CARBONDATA-256]Changed StringBuffer to StringBuilder Even with local variables of Stringbuffer type, unnecessary synchronization overhead will be added in string operation.Replacing

[jira] [Created] (CARBONDATA-256) Replace StringBuffer with StringBuilder in case of local variables

2016-09-18 Thread Vinod KC (JIRA)
Vinod KC created CARBONDATA-256: --- Summary: Replace StringBuffer with StringBuilder in case of local variables Key: CARBONDATA-256 URL: https://issues.apache.org/jira/browse/CARBONDATA-256 Project: