[GitHub] incubator-carbondata issue #774: [CARBONDATA-890] For Spark 2.1 LRU cache si...

2017-04-12 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/incubator-carbondata/pull/774 Please add analysis and solution in description while raising PR so that the committers can get a clear idea about the issue and your solution --- If your project is set up

[GitHub] incubator-carbondata issue #730: [CARBONDATA-898]NullPointerException is get...

2017-04-12 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/incubator-carbondata/pull/730 Please add analysis and solution in description while raising PR so that the committers can get a clear idea about the issue and your solution --- If your project is set up

[GitHub] incubator-carbondata issue #780: [CARBONDATA-892] Fixed NullPointerException...

2017-04-12 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/incubator-carbondata/pull/780 Please add analysis and solution in description while raising PR so that the committers can get a clear idea about the issue and your solution --- If your project is set up

[GitHub] incubator-carbondata pull request #670: [CARBONDATA-792] Range Filter Optimi...

2017-03-22 Thread sujith71955
Github user sujith71955 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/670#discussion_r107590716 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/intf/FilterOptimizerBasic.java --- @@ -0,0 +1,26

[GitHub] incubator-carbondata pull request #423: [CARBONDATA-527] Greater than/less-t...

2016-12-12 Thread sujith71955
GitHub user sujith71955 opened a pull request: https://github.com/apache/incubator-carbondata/pull/423 [CARBONDATA-527] Greater than/less-than/Like filters optimization for dictionary columns Current design In greater than/less-than/Like filters, system first iterates each row

[GitHub] incubator-carbondata issue #194: [CARBONDATA-270] Double data type value com...

2016-12-01 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/incubator-carbondata/pull/194 PR build status http://136.243.101.176:8080/job/ApacheCarbonManualPRBuilder/733 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-carbondata issue #336: [CARBONDATA-426] replace if else with condi...

2016-12-01 Thread sujith71955
Github user sujith71955 commented on the issue: https://github.com/apache/incubator-carbondata/pull/336 Please rebase the code --- 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

[GitHub] incubator-carbondata pull request #194: [CARBONDATA-270] Double data type va...

2016-12-01 Thread sujith71955
Github user sujith71955 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/194#discussion_r90505720 --- Diff: core/src/main/java/org/apache/carbondata/core/util/DataTypeUtil.java --- @@ -411,4 +411,24 @@ private static String

[GitHub] incubator-carbondata pull request #332: [CARBONDATA-424] Data Load will fail...

2016-11-19 Thread sujith71955
Github user sujith71955 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/332#discussion_r88778379 --- Diff: processing/src/main/java/org/apache/carbondata/processing/surrogatekeysgenerator/csvbased/BadRecordsLogger.java --- @@ -87,22