[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3715: [HOTFIX]: Pass SparkSession to LoadEvents

2020-04-16 Thread GitBox
Indhumathi27 commented on a change in pull request #3715: [HOTFIX]: Pass SparkSession to LoadEvents URL: https://github.com/apache/carbondata/pull/3715#discussion_r409445894 ## File path: processing/src/main/java/org/apache/carbondata/processing/loading/events/LoadEvents.java

[GitHub] [carbondata] akashrn5 opened a new pull request #3718: [CARBONDATA-3680]Add NI as a function not as udf

2020-04-16 Thread GitBox
akashrn5 opened a new pull request #3718: [CARBONDATA-3680]Add NI as a function not as udf URL: https://github.com/apache/carbondata/pull/3718 ### Why is this PR needed? NI is registered as udf, so it is handled for both case of scalaUDF and HiveSimpleUDF ### What changes wer

[jira] [Updated] (CARBONDATA-3774) Exceptions are hidden/masked for table exists check

2020-04-16 Thread Akash R Nilugal (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash R Nilugal updated CARBONDATA-3774: Description: Exceptions are hidden/masked for table exists check (was: Excep

[jira] [Updated] (CARBONDATA-3774) Exceptions are hidden/masked for table exists check

2020-04-16 Thread Akash R Nilugal (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash R Nilugal updated CARBONDATA-3774: Summary: Exceptions are hidden/masked for table exists check (was: Exception

[GitHub] [carbondata] ShreelekhyaG commented on issue #3708: [CARBONDATA-3772] Update index documents

2020-04-16 Thread GitBox
ShreelekhyaG commented on issue #3708: [CARBONDATA-3772] Update index documents URL: https://github.com/apache/carbondata/pull/3708#issuecomment-615044216 > @ShreelekhyaG Please create a JIRA and update the Title @kunal642 JIRA created, please review and merge. --

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function URL: https://github.com/apache/carbondata/pull/3716#issuecomment-614871782 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:1

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function URL: https://github.com/apache/carbondata/pull/3716#issuecomment-614863987 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:1

[GitHub] [carbondata] akashrn5 removed a comment on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function

2020-04-16 Thread GitBox
akashrn5 removed a comment on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check and register NI as a function URL: https://github.com/apache/carbondata/pull/3716#issuecomment-614787949 retest this please

[jira] [Updated] (CARBONDATA-3774) Exceptions are hidden/masked for table exists check and register NI as function

2020-04-16 Thread Akash R Nilugal (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash R Nilugal updated CARBONDATA-3774: Description: Exceptions are hidden/masked for table exists check and register

[GitHub] [carbondata] akashrn5 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check

2020-04-16 Thread GitBox
akashrn5 commented on issue #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check URL: https://github.com/apache/carbondata/pull/3716#issuecomment-614787949 retest this please This is an automated

[GitHub] [carbondata] marchpure commented on a change in pull request #3707: [HOTFIX] Refactor code to optimize partition pruning

2020-04-16 Thread GitBox
marchpure commented on a change in pull request #3707: [HOTFIX] Refactor code to optimize partition pruning URL: https://github.com/apache/carbondata/pull/3707#discussion_r409700166 ## File path: core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletIndexFa

[GitHub] [carbondata] marchpure commented on a change in pull request #3707: [HOTFIX] Refactor code to optimize partition pruning

2020-04-16 Thread GitBox
marchpure commented on a change in pull request #3707: [HOTFIX] Refactor code to optimize partition pruning URL: https://github.com/apache/carbondata/pull/3707#discussion_r409700166 ## File path: core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletIndexFa

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3717: [HOTFIX]Old store read compatibility issue for Index handler column

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3717: [HOTFIX]Old store read compatibility issue for Index handler column URL: https://github.com/apache/carbondata/pull/3717#issuecomment-614763086 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/275

[GitHub] [carbondata] VenuReddy2103 opened a new pull request #3717: [HOTFIX]Old store read compatibility issue for Index handler column

2020-04-16 Thread GitBox
VenuReddy2103 opened a new pull request #3717: [HOTFIX]Old store read compatibility issue for Index handler column URL: https://github.com/apache/carbondata/pull/3717 ### Why is this PR needed? Table created in older version do not have indexColumn property in columnSchema. Newer

[GitHub] [carbondata] akashrn5 opened a new pull request #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check

2020-04-16 Thread GitBox
akashrn5 opened a new pull request #3716: [CARBONDATA-3774]Fix hiding the actual exceptions during tableExists check URL: https://github.com/apache/carbondata/pull/3716 ### Why is this PR needed? In table exists API, we catch all exceptions and say table does not exists which is wrong

[jira] [Created] (CARBONDATA-3774) Exceptions are hidden/masked for table exists check

2020-04-16 Thread Akash R Nilugal (Jira)
Akash R Nilugal created CARBONDATA-3774: --- Summary: Exceptions are hidden/masked for table exists check Key: CARBONDATA-3774 URL: https://issues.apache.org/jira/browse/CARBONDATA-3774 Project: Ca

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3715: Pass SparkSession to LoadEvents

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3715: Pass SparkSession to LoadEvents URL: https://github.com/apache/carbondata/pull/3715#issuecomment-614582515 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2754/ -

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3714: [CARBONDATA-3773] Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3714: [CARBONDATA-3773] Skip Validate partition info in Indexserver count star flow URL: https://github.com/apache/carbondata/pull/3714#issuecomment-614579089 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Bu

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3714: [CARBONDATA-3773] Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3714: [CARBONDATA-3773] Skip Validate partition info in Indexserver count star flow URL: https://github.com/apache/carbondata/pull/3714#issuecomment-614579309 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuil

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3715: Pass SparkSession to LoadEvents

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3715: Pass SparkSession to LoadEvents URL: https://github.com/apache/carbondata/pull/3715#issuecomment-614575140 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1041/

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3715: Pass SparkSession to LoadEvents

2020-04-16 Thread GitBox
Indhumathi27 commented on a change in pull request #3715: Pass SparkSession to LoadEvents URL: https://github.com/apache/carbondata/pull/3715#discussion_r409445894 ## File path: processing/src/main/java/org/apache/carbondata/processing/loading/events/LoadEvents.java ## @@

[jira] [Created] (CARBONDATA-3773) Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread Indhumathi Muthumurugesh (Jira)
Indhumathi Muthumurugesh created CARBONDATA-3773: Summary: Skip Validate partition info in Indexserver count star flow Key: CARBONDATA-3773 URL: https://issues.apache.org/jira/browse/CARBONDATA-377

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3713: Added Prepriming SDV test cases

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3713: Added Prepriming SDV test cases URL: https://github.com/apache/carbondata/pull/3713#issuecomment-614530681 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1038/

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3713: Added Prepriming SDV test cases

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3713: Added Prepriming SDV test cases URL: https://github.com/apache/carbondata/pull/3713#issuecomment-614530466 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2751/ -

[jira] [Created] (CARBONDATA-3772) Update index documents

2020-04-16 Thread SHREELEKHYA GAMPA (Jira)
SHREELEKHYA GAMPA created CARBONDATA-3772: - Summary: Update index documents Key: CARBONDATA-3772 URL: https://issues.apache.org/jira/browse/CARBONDATA-3772 Project: CarbonData Issue T

[GitHub] [carbondata] VenuReddy2103 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD

2020-04-16 Thread GitBox
VenuReddy2103 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD URL: https://github.com/apache/carbondata/pull/3712#issuecomment-614506874 LGTM This is an automated message from the Apache Gi

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD URL: https://github.com/apache/carbondata/pull/3712#issuecomment-614502006 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1037/

[GitHub] [carbondata] vikramahuja1001 opened a new pull request #3715: Pass SparkSession to LoadEvents

2020-04-16 Thread GitBox
vikramahuja1001 opened a new pull request #3715: Pass SparkSession to LoadEvents URL: https://github.com/apache/carbondata/pull/3715 ### Why is this PR needed? Pass SparkSession to LoadEvents ### What changes were proposed in this PR? Pass SparkSession to LoadEvents

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3712: [HOTFIX] Fixed task distribution issue in SegmentPruneRDD URL: https://github.com/apache/carbondata/pull/3712#issuecomment-614486383 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2750/ --

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3714: [WIP] Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3714: [WIP] Skip Validate partition info in Indexserver count star flow URL: https://github.com/apache/carbondata/pull/3714#issuecomment-614484559 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2752/

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3714: [WIP] Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread GitBox
CarbonDataQA1 commented on issue #3714: [WIP] Skip Validate partition info in Indexserver count star flow URL: https://github.com/apache/carbondata/pull/3714#issuecomment-614484075 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/

[GitHub] [carbondata] Indhumathi27 opened a new pull request #3714: [WIP] Skip Validate partition info in Indexserver count star flow

2020-04-16 Thread GitBox
Indhumathi27 opened a new pull request #3714: [WIP] Skip Validate partition info in Indexserver count star flow URL: https://github.com/apache/carbondata/pull/3714 ### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce