[GitHub] carbondata issue #2778: [CARBONDATA-2980][BloomDataMap] Fix bug in clearing ...

2018-09-28 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/carbondata/pull/2778 @xuchuanyin .`CarbonLRUCache` instance is one per JVM but cache implementation is different for different purpose like we have separate cache provider implementation for blockDataMap

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/648/ ---

[GitHub] carbondata issue #2780: [CARBONDATA-2982] CarbonSchemaReader support array

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2780 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/842/ ---

[GitHub] carbondata issue #2780: [CARBONDATA-2982] CarbonSchemaReader support array

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2780 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8910/ ---

[GitHub] carbondata issue #2782: [CARBONDATA-2984][Streaming] Fix NPE when there is n...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2782 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/841/ ---

[GitHub] carbondata pull request #2790: [HOTFIX] carbon reader support open another r...

2018-09-28 Thread ajantha-bhat
Github user ajantha-bhat commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2790#discussion_r221415694 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java --- @@ -115,11 +115,13 @@ public CarbonReaderBuilder

[GitHub] carbondata issue #2782: [CARBONDATA-2984][Streaming] Fix NPE when there is n...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2782 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8909/ ---

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2779 My comment : only for 4 parameters , copy the whole file(CarbonDataSourceScan.scala) for spark 2.3 integration, may not require. see if can add the judgement for different spark version

[GitHub] carbondata pull request #2779: [CARBONDATA-2989] Upgrade spark integration v...

2018-09-28 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2779#discussion_r221414692 --- Diff: integration/spark2/src/main/spark2.3/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala --- @@ -0,0 +1,55 @@ +/*

[GitHub] carbondata issue #2782: [CARBONDATA-2984][Streaming] Fix NPE when there is n...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2782 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/646/ ---

[GitHub] carbondata issue #2780: [CARBONDATA-2982] CarbonSchemaReader support array

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2780 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/647/ ---

[GitHub] carbondata issue #2778: [CARBONDATA-2980][BloomDataMap] Fix bug in clearing ...

2018-09-28 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2778 @manishgupta88 Oh, if it is so, then I think the interfaces of cache are confusing. Currently we use only one cache instance for all purpose like mainDataMap, bloomDataMap, dictionary, but

[GitHub] carbondata pull request #2780: [CARBONDATA-2982] CarbonSchemaReader support ...

2018-09-28 Thread xubo245
Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2780#discussion_r221411423 --- Diff: store/sdk/src/test/java/org/apache/carbondata/sdk/file/CarbonReaderTest.java --- @@ -1435,5 +1435,99 @@ public void

[GitHub] carbondata pull request #2768: [CARBONDATA-2594] Do not add InvertedIndex in...

2018-09-28 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2768#discussion_r221411345 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchemaBuilder.java --- @@ -224,7 +224,7 @@ private ColumnSchema

[GitHub] carbondata pull request #2790: [HOTFIX] carbon reader support open another r...

2018-09-28 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2790#discussion_r221411334 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java --- @@ -115,11 +115,13 @@ public CarbonReaderBuilder

[GitHub] carbondata issue #2782: [CARBONDATA-2984][Streaming] Fix NPE when there is n...

2018-09-28 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/2782 @xuchuanyin different test cases use different tables, they are independent. ---

[GitHub] carbondata issue #2783: [CARBONDATA-2988] use unsafe for query model based o...

2018-09-28 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2783 @ravipesala @kumarvishal09 We have encountered JVM crash problem. The dump file complains

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread zzcclp
Github user zzcclp commented on the issue: https://github.com/apache/carbondata/pull/2779 @sujith71955 @chenliang613 @ravipesala @jackylk this pr is ready, please review, thanks. ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/840/ ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8908/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/839/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8907/ ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/645/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/644/ ---

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2779 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8905/ ---

[GitHub] carbondata issue #2787: [HOTFIX] Fixed Between Query Data Mismatch issue for...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2787 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8906/ ---

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2779 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/643/ ---

[GitHub] carbondata issue #2787: [HOTFIX] Fixed Between Query Data Mismatch issue for...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2787 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/642/ ---

[GitHub] carbondata issue #2788: [Documentation] Readme updated with latest topics an...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2788 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8903/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/641/ ---

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2779 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/837/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/836/ ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8902/ ---

[GitHub] carbondata issue #2790: [HOTFIX] carbon reader support open another reader w...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2790 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8901/ ---

[GitHub] carbondata issue #2787: [HOTFIX] Fixed Between Query Data Mismatch issue for...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2787 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/838/ ---

[GitHub] carbondata issue #2788: [Documentation] Readme updated with latest topics an...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2788 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/834/ ---

[GitHub] carbondata issue #2783: [CARBONDATA-2988] use unsafe for query model based o...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2783 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8900/ ---

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221300203 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -44,22 +45,20 @@ Carbon table can be created with spark's datasource DDL syntax as

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221295892 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -15,19 +15,20 @@ limitations under the License. --> -# Carbon as

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221296016 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -15,19 +15,20 @@ limitations under the License. --> -# Carbon as

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221298094 --- Diff: docs/streaming-guide.md --- @@ -157,7 +157,7 @@ ALTER TABLE streaming_table SET TBLPROPERTIES('streaming'='true') At the begin of

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221297098 --- Diff: docs/ddl-of-carbondata.md --- @@ -104,17 +104,18 @@ CarbonData DDL statements are documented here,which includes: Following

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221296480 --- Diff: docs/ddl-of-carbondata.md --- @@ -104,17 +104,18 @@ CarbonData DDL statements are documented here,which includes: Following

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221299726 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -44,22 +45,20 @@ Carbon table can be created with spark's datasource DDL syntax as

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221295959 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -15,19 +15,20 @@ limitations under the License. --> -# Carbon as

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221301565 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -15,19 +15,20 @@ limitations under the License. --> --- End diff --

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2788#discussion_r221298928 --- Diff: docs/carbon-as-spark-datasource-guide.md --- @@ -44,22 +45,20 @@ Carbon table can be created with spark's datasource DDL syntax as

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread ajantha-bhat
Github user ajantha-bhat commented on the issue: https://github.com/apache/carbondata/pull/2784 @ravipesala : PR is ready please check ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/833/ ---

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2784 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/832/ ---

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2784 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/640/ ---

[GitHub] carbondata issue #2787: [HOTFIX] Fixed Between Query Data Mismatch issue for...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2787 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/639/ ---

[GitHub] carbondata issue #2788: [Documentation] Readme updated with latest topics an...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2788 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/638/ ---

[GitHub] carbondata issue #2787: [HOTFIX] Fixed Between Query Data Mismatch issue for...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2787 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8897/ ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2789 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/637/ ---

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2784 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8899/ ---

[GitHub] carbondata issue #2785: [CARBONDATA-2986] Table Properties are lost when mul...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2785 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8898/ ---

[GitHub] carbondata pull request #2790: [HOTFIX] carbon reader support open another r...

2018-09-28 Thread ajantha-bhat
GitHub user ajantha-bhat opened a pull request: https://github.com/apache/carbondata/pull/2790 [HOTFIX] carbon reader support open another reader without closing previous reader [HOTFIX] carbon reader support open another reader without closing previous reader

[jira] [Assigned] (CARBONDATA-2989) Upgrade spark integration version to 2.3.2

2018-09-28 Thread Zhichao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhichao Zhang reassigned CARBONDATA-2989: -- Assignee: Zhichao Zhang > Upgrade spark integration version to 2.3.2 >

[jira] [Created] (CARBONDATA-2989) Upgrade spark integration version to 2.3.2

2018-09-28 Thread Zhichao Zhang (JIRA)
Zhichao Zhang created CARBONDATA-2989: -- Summary: Upgrade spark integration version to 2.3.2 Key: CARBONDATA-2989 URL: https://issues.apache.org/jira/browse/CARBONDATA-2989 Project: CarbonData

[GitHub] carbondata issue #2780: [CARBONDATA-2982] CarbonSchemaReader support array

2018-09-28 Thread ajantha-bhat
Github user ajantha-bhat commented on the issue: https://github.com/apache/carbondata/pull/2780 LGTM except for minor test case comment by @KanakaKumar . ---

[GitHub] carbondata issue #2779: [WIP] Upgrade spark integration version to 2.3.2

2018-09-28 Thread zzcclp
Github user zzcclp commented on the issue: https://github.com/apache/carbondata/pull/2779 @ravipesala I know how to fix and will fix the tests ASAP. ---

[GitHub] carbondata issue #2770: [CARBONDATA-2975] DefaultValue choosing and removeNu...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2770 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8896/ ---

[GitHub] carbondata issue #2786: [CARBONDATA-2967] Fixed NPE for preaggregate queries

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2786 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/827/ ---

[GitHub] carbondata issue #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2789 LGTM ---

[jira] [Assigned] (CARBONDATA-2978) JVM crashes when data inserted from one table to other table with unsafe true

2018-09-28 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal reassigned CARBONDATA-2978: Assignee: kumar vishal > JVM crashes when data inserted from one table to

[jira] [Resolved] (CARBONDATA-2978) JVM crashes when data inserted from one table to other table with unsafe true

2018-09-28 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal resolved CARBONDATA-2978. -- Resolution: Fixed > JVM crashes when data inserted from one table to other table

[jira] [Assigned] (CARBONDATA-2978) JVM crashes when data inserted from one table to other table with unsafe true

2018-09-28 Thread kumar vishal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kumar vishal reassigned CARBONDATA-2978: Assignee: Ravindra Pesala (was: kumar vishal) > JVM crashes when data

[GitHub] carbondata pull request #2773: [CARBONDATA-2978] Fixed JVM crash issue when ...

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/2773 ---

[GitHub] carbondata issue #2773: [CARBONDATA-2978] Fixed JVM crash issue when insert ...

2018-09-28 Thread kumarvishal09
Github user kumarvishal09 commented on the issue: https://github.com/apache/carbondata/pull/2773 LGTM ---

[GitHub] carbondata issue #2785: [CARBONDATA-2986] Table Properties are lost when mul...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2785 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/829/ ---

[GitHub] carbondata pull request #2783: [CARBONDATA-2988] use unsafe for query model ...

2018-09-28 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2783#discussion_r221266728 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/model/QueryModel.java --- @@ -120,7 +121,7 @@ private boolean isFG;

[GitHub] carbondata issue #2783: [CARBONDATA-2988] use unsafe for query model based o...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2783 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/830/ ---

[GitHub] carbondata issue #2783: [CARBONDATA-2988] use unsafe for query model based o...

2018-09-28 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2783 @xuchuanyin I don't what is the purpose of doing this? Please elaborate problem in PR description. This variable is added to avoid JVM crash when freed multiple times. I am not getting

[GitHub] carbondata issue #2779: [WIP] Upgrade spark integration version to 2.3.2

2018-09-28 Thread zzcclp
Github user zzcclp commented on the issue: https://github.com/apache/carbondata/pull/2779 @ravipesala can you help me to check why these three test cases fail? It's about the decimal precision. ---

[GitHub] carbondata issue #2779: [WIP] Upgrade spark integration version to 2.3.2

2018-09-28 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2779 @zzcclp Please check and fix the tests ---

[GitHub] carbondata pull request #2784: [CARBONDATA-2987] Data mismatch after compact...

2018-09-28 Thread ajantha-bhat
Github user ajantha-bhat commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2784#discussion_r221261712 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/ColumnPageWrapper.java --- @@ -302,8 +311,19 @@ public boolean

[GitHub] carbondata issue #2770: [CARBONDATA-2975] DefaultValue choosing and removeNu...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2770 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/636/ ---

[GitHub] carbondata issue #2785: [CARBONDATA-2986] Table Properties are lost when mul...

2018-09-28 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2785 LGTM ---

[GitHub] carbondata pull request #2786: [CARBONDATA-2967] Fixed NPE for preaggregate ...

2018-09-28 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2786#discussion_r221260295 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonDatasourceHadoopRelation.scala --- @@ -80,6 +82,20 @@ case class

[GitHub] carbondata pull request #2786: [CARBONDATA-2967] Fixed NPE for preaggregate ...

2018-09-28 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2786#discussion_r221259855 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonDatasourceHadoopRelation.scala --- @@ -80,6 +82,20 @@ case class

[GitHub] carbondata pull request #2787: [HOTFIX] Fixed Between Query Data Mismatch is...

2018-09-28 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2787#discussion_r221258708 --- Diff:

[GitHub] carbondata issue #2783: [CARBONDATA-2988] use unsafe for query model based o...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2783 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/635/ ---

[GitHub] carbondata issue #2786: [CARBONDATA-2967] Fixed NPE for preaggregate queries

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2786 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8894/ ---

[GitHub] carbondata pull request #2784: [CARBONDATA-2987] Data mismatch after compact...

2018-09-28 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2784#discussion_r221258211 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/ColumnPageWrapper.java --- @@ -302,8 +311,19 @@ public boolean

[GitHub] carbondata issue #2788: [Documentation] Readme updated with latest topics an...

2018-09-28 Thread sgururajshetty
Github user sgururajshetty commented on the issue: https://github.com/apache/carbondata/pull/2788 @sraghunandan review ---

[GitHub] carbondata pull request #2789: [HOTFIX] Fixed S3 metrics issue.

2018-09-28 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/carbondata/pull/2789 [HOTFIX] Fixed S3 metrics issue. Problem: When data read from s3 it shows the data read as more than the size of carbon data total size. Reason: It happens because carbondata uses

[GitHub] carbondata pull request #2788: [Documentation] Readme updated with latest to...

2018-09-28 Thread sgururajshetty
GitHub user sgururajshetty opened a pull request: https://github.com/apache/carbondata/pull/2788 [Documentation] Readme updated with latest topics and new TOC > Readme updated with the new structure > Formatting issue fixed > Review comments fixed You can merge this pull

[GitHub] carbondata issue #2770: [CARBONDATA-2975] DefaultValue choosing and removeNu...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2770 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/826/ ---

[GitHub] carbondata issue #2785: [CARBONDATA-2986] Table Properties are lost when mul...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2785 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/634/ ---

[GitHub] carbondata issue #2786: [CARBONDATA-2967] Fixed NPE for preaggregate queries

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2786 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/633/ ---

[jira] [Assigned] (CARBONDATA-2986) Table Properties are lost when multiple driver concurrently creating table

2018-09-28 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal reassigned CARBONDATA-2986: --- Assignee: Babulal > Table Properties are lost when multiple driver concurrently

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2784 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8891/ ---

[GitHub] carbondata pull request #2787: [HOTFIX]fixed filter mismatch issue

2018-09-28 Thread kumarvishal09
GitHub user kumarvishal09 opened a pull request: https://github.com/apache/carbondata/pull/2787 [HOTFIX]fixed filter mismatch issue **Problem:** Between query is giving wrong result. **Root cause:** For timestamp time when filter is given in -mm-dd format instead of

[GitHub] carbondata pull request #2780: [CARBONDATA-2982] CarbonSchemaReader support ...

2018-09-28 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2780#discussion_r221246385 --- Diff: store/sdk/src/test/java/org/apache/carbondata/sdk/file/CarbonReaderTest.java --- @@ -1435,5 +1435,99 @@ public void

[GitHub] carbondata issue #2781: [CARBONDATA-2983][BloomDataMap] Change bloom query m...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2781 Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8892/ ---

[GitHub] carbondata issue #2781: [CARBONDATA-2983][BloomDataMap] Change bloom query m...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2781 Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/823/ ---

[GitHub] carbondata issue #2770: [CARBONDATA-2975] DefaultValue choosing and removeNu...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2770 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8893/ ---

[GitHub] carbondata issue #2784: [CARBONDATA-2987] Data mismatch after compaction wit...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2784 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/822/ ---

[GitHub] carbondata issue #2785: [CARBONDATA-2986] Table Properties are lost when mul...

2018-09-28 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2785 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/825/ ---

  1   2   >