[GitHub] incubator-carbondata pull request #119: Replace 'DROP CUBE' with 'DROP TABLE...

2016-09-01 Thread jackylk
Github user jackylk closed the pull request at: https://github.com/apache/incubator-carbondata/pull/119 --- 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

[jira] [Created] (CARBONDATA-202) Exception thrown in Beeline for data loading when dictionary file content is not in correct format

2016-09-01 Thread Gin-zhj (JIRA)
Gin-zhj created CARBONDATA-202: -- Summary: Exception thrown in Beeline for data loading when dictionary file content is not in correct format Key: CARBONDATA-202 URL: https://issues.apache.org/jira/browse/CARBONDATA-2

[GitHub] incubator-carbondata pull request #120: Pushing down below functions to carb...

2016-09-01 Thread ashokblend
GitHub user ashokblend opened a pull request: https://github.com/apache/incubator-carbondata/pull/120 Pushing down below functions to carbon 1.Filter pushdown 2.EquiJoin 3.COUNT(*) You can merge this pull request into a Git repository by running: $ git pull https://gith

[GitHub] incubator-carbondata pull request #119: Replace cube with table

2016-09-01 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/incubator-carbondata/pull/119 Replace cube with table 'DROP CUBE' is not supported, replace 'DROP CUBE' with 'DROP TABLE' syntax. You can merge this pull request into a Git repository by running: $ git pull h

[jira] [Created] (CARBONDATA-201) Add comment Option

2016-09-01 Thread Lionx (JIRA)
Lionx created CARBONDATA-201: Summary: Add comment Option Key: CARBONDATA-201 URL: https://issues.apache.org/jira/browse/CARBONDATA-201 Project: CarbonData Issue Type: Bug Reporter:

[GitHub] incubator-carbondata pull request #118: add comment option

2016-09-01 Thread lion-x
GitHub user lion-x opened a pull request: https://github.com/apache/incubator-carbondata/pull/118 add comment option # Why raise this pr? add csv comment option to csv paser,and fix one bug when passing quotechar. # How to solve this? by default # will as t

[GitHub] incubator-carbondata pull request #80: CARBONDATA-164 Add template for pull ...

2016-09-01 Thread ajayyadava
Github user ajayyadava commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/80#discussion_r77155687 --- Diff: .github/PULL_REQUEST_TEMPLATE.md --- @@ -0,0 +1,13 @@ +Be sure to do all of the following to help us incorporate your contributio

[GitHub] incubator-carbondata pull request #112: Add statistics for counting the size...

2016-09-01 Thread foryou2030
Github user foryou2030 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/112 --- 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 t

[GitHub] incubator-carbondata pull request #91: [CARBONDATA-200] Add performance stat...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/91 --- 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 fe

[GitHub] incubator-carbondata pull request #91: [CARBONDATA-200] Add performance stat...

2016-09-01 Thread foryou2030
Github user foryou2030 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77147060 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@ +

[GitHub] incubator-carbondata pull request #91: [CARBONDATA-200] Add performance stat...

2016-09-01 Thread foryou2030
Github user foryou2030 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77147108 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@ +

[GitHub] incubator-carbondata pull request #91: [CARBONDATA-200] Add performance stat...

2016-09-01 Thread foryou2030
Github user foryou2030 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77147039 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@ +

[GitHub] incubator-carbondata pull request #91: [CARBONDATA-200] Add performance stat...

2016-09-01 Thread foryou2030
Github user foryou2030 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77147007 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/CarbonDictionaryDecoder.scala --- @@ -32,6 +32,7 @@ import org.apache.carbon

[jira] [Created] (CARBONDATA-200) Add performance statistics logs to record the query time taken by carbon

2016-09-01 Thread Gin-zhj (JIRA)
Gin-zhj created CARBONDATA-200: -- Summary: Add performance statistics logs to record the query time taken by carbon Key: CARBONDATA-200 URL: https://issues.apache.org/jira/browse/CARBONDATA-200 Project: C

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/116 --- 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 f

[GitHub] incubator-carbondata pull request #117: [CARBONDATA-199]Fix the bug that whe...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/117 --- 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 f

[jira] [Created] (CARBONDATA-199) when subquery with sort and filter the result is empty

2016-09-01 Thread zhangshunyu (JIRA)
zhangshunyu created CARBONDATA-199: -- Summary: when subquery with sort and filter the result is empty Key: CARBONDATA-199 URL: https://issues.apache.org/jira/browse/CARBONDATA-199 Project: CarbonData

[GitHub] incubator-carbondata pull request #91: [WIP] Add performance statistics logs...

2016-09-01 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77135543 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@

[GitHub] incubator-carbondata pull request #91: [WIP] Add performance statistics logs...

2016-09-01 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77135391 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@

[GitHub] incubator-carbondata pull request #91: [WIP] Add performance statistics logs...

2016-09-01 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77135304 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread ravikiran23
Github user ravikiran23 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77134335 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -400,43 +631,36 @@ object Carb

[GitHub] incubator-carbondata pull request #91: [WIP] Add performance statistics logs...

2016-09-01 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77134233 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/querystatistics/SingleQueryStatisticsRecorder.java --- @@ -0,0 +1,193 @@

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread ravikiran23
Github user ravikiran23 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77131782 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -333,7 +531,7 @@ object Carbon

[GitHub] incubator-carbondata pull request #91: [WIP] Add performance statistics logs...

2016-09-01 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/91#discussion_r77131735 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/CarbonDictionaryDecoder.scala --- @@ -32,6 +32,7 @@ import org.apache.car

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread ravikiran23
Github user ravikiran23 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77131071 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -297,15 +366,144 @@ object Car

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread ravikiran23
Github user ravikiran23 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77130739 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -297,15 +366,144 @@ object Car

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77129488 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -400,43 +631,36 @@ object CarbonD

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77129093 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -333,7 +531,7 @@ object CarbonDat

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77128213 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -297,15 +366,144 @@ object Carbon

[GitHub] incubator-carbondata pull request #117: [WIP]Fix the bug that when subquery ...

2016-09-01 Thread Zhangshunyu
GitHub user Zhangshunyu opened a pull request: https://github.com/apache/incubator-carbondata/pull/117 [WIP]Fix the bug that when subquery with sort and filter the result is empty. ## Why raise this pr? Fix this bug: When the query has subquery with sort and filter, it can not

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

2016-09-01 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/116#discussion_r77127755 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala --- @@ -297,15 +366,144 @@ object Carbon

[GitHub] incubator-carbondata pull request #107: [CARBONDATA-191]Fix bug when quote c...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/107 --- 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 f

[GitHub] incubator-carbondata pull request #114: [CARBONDATA-195] Select query with A...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/114 --- 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 f