[GitHub] [carbondata] QiangCai commented on pull request #3778: [WIP][CARBONDATA-3916] Support array complex type with SI

2020-08-09 Thread GitBox
QiangCai commented on pull request #3778: URL: https://github.com/apache/carbondata/pull/3778#issuecomment-671194649 please rebase it This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3858: [CARBONDATA-3919] Improve concurrent query performance

2020-08-09 Thread GitBox
ajantha-bhat commented on a change in pull request #3858: URL: https://github.com/apache/carbondata/pull/3858#discussion_r467696850 ## File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ## @@ -472,9 +471,6 @@ public IndexFilter getFilterPre

[GitHub] [carbondata] ajantha-bhat commented on pull request #3858: [CARBONDATA-3919] Improve concurrent query performance

2020-08-09 Thread GitBox
ajantha-bhat commented on pull request #3858: URL: https://github.com/apache/carbondata/pull/3858#issuecomment-671171540 retest this please This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [carbondata] Karan980 commented on pull request #3876: TestingCI

2020-08-09 Thread GitBox
Karan980 commented on pull request #3876: URL: https://github.com/apache/carbondata/pull/3876#issuecomment-671170769 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Created] (CARBONDATA-3948) Bloom index fails to create when index server goes to fallback mode

2020-08-09 Thread Vikram Ahuja (Jira)
Vikram Ahuja created CARBONDATA-3948: Summary: Bloom index fails to create when index server goes to fallback mode Key: CARBONDATA-3948 URL: https://issues.apache.org/jira/browse/CARBONDATA-3948 P

[GitHub] [carbondata] vikramahuja1001 commented on a change in pull request #3775: [WIP] Bloom Index Server Fallback Issue

2020-08-09 Thread GitBox
vikramahuja1001 commented on a change in pull request #3775: URL: https://github.com/apache/carbondata/pull/3775#discussion_r467692421 ## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/index/CarbonCreateIndexCommand.scala ## @@ -238,11 +238,

[GitHub] [carbondata] vikramahuja1001 commented on a change in pull request #3775: [WIP] Bloom Index Server Fallback Issue

2020-08-09 Thread GitBox
vikramahuja1001 commented on a change in pull request #3775: URL: https://github.com/apache/carbondata/pull/3775#discussion_r467689041 ## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/index/CarbonCreateIndexCommand.scala ## @@ -238,11 +238,

[GitHub] [carbondata] asfgit closed pull request #3883: [CARBONDATA-3940] CommitTask fails due to Rename IOException during L…

2020-08-09 Thread GitBox
asfgit closed pull request #3883: URL: https://github.com/apache/carbondata/pull/3883 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [carbondata] QiangCai commented on pull request #3883: [CARBONDATA-3940] CommitTask fails due to Rename IOException during L…

2020-08-09 Thread GitBox
QiangCai commented on pull request #3883: URL: https://github.com/apache/carbondata/pull/3883#issuecomment-671131477 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3773: [CARBONDATA-3830]Presto array columns read support

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3773: URL: https://github.com/apache/carbondata/pull/3773#issuecomment-671129567 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1930/

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3773: [CARBONDATA-3830]Presto array columns read support

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3773: URL: https://github.com/apache/carbondata/pull/3773#issuecomment-671129181 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3669/ -

[GitHub] [carbondata] akkio-97 commented on a change in pull request #3773: [CARBONDATA-3830]Presto array columns read support

2020-08-09 Thread GitBox
akkio-97 commented on a change in pull request #3773: URL: https://github.com/apache/carbondata/pull/3773#discussion_r467639051 ## File path: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/compress/DirectCompressCodec.java ## @@ -246,7 +239,29 @@ public

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3878: [CARBONDATA-3947]Fixed Hive read/write operation for Insert into Select operation.

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3878: URL: https://github.com/apache/carbondata/pull/3878#issuecomment-671090835 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1929/

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3878: [CARBONDATA-3947]Fixed Hive read/write operation for Insert into Select operation.

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3878: URL: https://github.com/apache/carbondata/pull/3878#issuecomment-671090661 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3668/ -

[jira] [Created] (CARBONDATA-3947) Insert Into Select Operation is throwing exception for hive read/write operation in carbon.

2020-08-09 Thread Nihal kumar ojha (Jira)
Nihal kumar ojha created CARBONDATA-3947: Summary: Insert Into Select Operation is throwing exception for hive read/write operation in carbon. Key: CARBONDATA-3947 URL: https://issues.apache.org/jira/brows

[GitHub] [carbondata] asfgit closed pull request #3881: [CARBONDATA-3945] NPE While Data Loading

2020-08-09 Thread GitBox
asfgit closed pull request #3881: URL: https://github.com/apache/carbondata/pull/3881 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3876: TestingCI

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3876: URL: https://github.com/apache/carbondata/pull/3876#issuecomment-671034505 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1928/

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3876: TestingCI

2020-08-09 Thread GitBox
CarbonDataQA1 commented on pull request #3876: URL: https://github.com/apache/carbondata/pull/3876#issuecomment-671034377 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3667/ -

[GitHub] [carbondata] QiangCai commented on pull request #3881: [CARBONDATA-3945] NPE While Data Loading

2020-08-09 Thread GitBox
QiangCai commented on pull request #3881: URL: https://github.com/apache/carbondata/pull/3881#issuecomment-671033903 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [carbondata] Karan980 commented on pull request #3876: TestingCI

2020-08-09 Thread GitBox
Karan980 commented on pull request #3876: URL: https://github.com/apache/carbondata/pull/3876#issuecomment-671020621 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea