[GitHub] [carbondata] CarbonDataQA2 commented on pull request #3988: [CARBONDATA-4037] Improve the table status and segment file writing

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #3988: URL: https://github.com/apache/carbondata/pull/3988#issuecomment-749504289 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5227/

[jira] [Created] (CARBONDATA-4096) SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer

2020-12-22 Thread SHREELEKHYA GAMPA (Jira)
SHREELEKHYA GAMPA created CARBONDATA-4096: - Summary: SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer Key: CARBONDATA-4096 URL:

[jira] [Resolved] (CARBONDATA-4094) Select count(*) on partition table fails in index server fallback mode

2020-12-22 Thread Indhumathi Muthu Murugesh (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Indhumathi Muthu Murugesh resolved CARBONDATA-4094. --- Fix Version/s: 2.2.0 Resolution: Fixed > Select

[GitHub] [carbondata] vikramahuja1001 commented on a change in pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
vikramahuja1001 commented on a change in pull request #4061: URL: https://github.com/apache/carbondata/pull/4061#discussion_r547155654 ## File path: core/src/main/java/org/apache/carbondata/core/indexstore/PartitionSpec.java ## @@ -43,8 +43,6 @@ */ private List

[GitHub] [carbondata] kunal642 commented on pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
kunal642 commented on pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#issuecomment-749528326 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [carbondata] Karan980 opened a new pull request #4062: [WIP] Check RestructureCollector direct filling after IUD.

2020-12-22 Thread GitBox
Karan980 opened a new pull request #4062: URL: https://github.com/apache/carbondata/pull/4062 ### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the

[GitHub] [carbondata] Indhumathi27 opened a new pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is enabled

2020-12-22 Thread GitBox
Indhumathi27 opened a new pull request #4063: URL: https://github.com/apache/carbondata/pull/4063 ### Why is this PR needed? After converting expression to IN Expression for maintable with SI, expression is not processed if ColumnDrift is enabled. Query fails with NPE during

[GitHub] [carbondata] kunal642 commented on pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
kunal642 commented on pull request #4061: URL: https://github.com/apache/carbondata/pull/4061#issuecomment-749528370 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [carbondata] asfgit closed pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
asfgit closed pull request #4061: URL: https://github.com/apache/carbondata/pull/4061 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

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #3988: [CARBONDATA-4037] Improve the table status and segment file writing

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #3988: URL: https://github.com/apache/carbondata/pull/3988#issuecomment-749503878 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3466/

[GitHub] [carbondata] Indhumathi27 commented on pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
Indhumathi27 commented on pull request #4061: URL: https://github.com/apache/carbondata/pull/4061#issuecomment-749542427 LGTM This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [carbondata] ShreelekhyaG opened a new pull request #4064: [CARBONDATA-4096] SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer

2020-12-22 Thread GitBox
ShreelekhyaG opened a new pull request #4064: URL: https://github.com/apache/carbondata/pull/4064 ### Why is this PR needed? 1) Create a table and read from sdk written files fails in cluster with `java.nio.file.NoSuchFileException:

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
Indhumathi27 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547286675 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
Indhumathi27 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547289224 ## File path: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ## @@ -2086,6 +2086,27 @@ public boolean

[GitHub] [carbondata] jack86596 opened a new pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is not

2020-12-22 Thread GitBox
jack86596 opened a new pull request #4065: URL: https://github.com/apache/carbondata/pull/4065 ### Why is this PR needed? Create table with location, if the location doesn't have schema, the default will be local file system, which is not the file system defined by fs.defaultFS.

[jira] [Created] (CARBONDATA-4095) Select Query with SI filter fails, when columnDrift is enabled

2020-12-22 Thread Indhumathi Muthu Murugesh (Jira)
Indhumathi Muthu Murugesh created CARBONDATA-4095: - Summary: Select Query with SI filter fails, when columnDrift is enabled Key: CARBONDATA-4095 URL:

[jira] [Updated] (CARBONDATA-4095) Select Query with SI filter fails, when columnDrift is enabled

2020-12-22 Thread Indhumathi Muthu Murugesh (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Indhumathi Muthu Murugesh updated CARBONDATA-4095: -- Description: sql({color:#067d17}"drop table if exists

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #3988: [CARBONDATA-4037] Improve the table status and segment file writing

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #3988: URL: https://github.com/apache/carbondata/pull/3988#issuecomment-749562847 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5228/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #3988: [CARBONDATA-4037] Improve the table status and segment file writing

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #3988: URL: https://github.com/apache/carbondata/pull/3988#issuecomment-749568290 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3467/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4061: URL: https://github.com/apache/carbondata/pull/4061#issuecomment-749408450 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3465/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4061: URL: https://github.com/apache/carbondata/pull/4061#issuecomment-749408543 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5226/

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547319531 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547319412 ## File path: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ## @@ -2086,6 +2086,27 @@ public boolean

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4062: [WIP] Check RestructureCollector direct filling after IUD.

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4062: URL: https://github.com/apache/carbondata/pull/4062#issuecomment-749581386 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749584636 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5232/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4064: [CARBONDATA-4096] SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4064: URL: https://github.com/apache/carbondata/pull/4064#issuecomment-749599127 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3470/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#issuecomment-749627683 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5233/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is enabled

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4063: URL: https://github.com/apache/carbondata/pull/4063#issuecomment-749585828 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5230/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4064: [CARBONDATA-4096] SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4064: URL: https://github.com/apache/carbondata/pull/4064#issuecomment-749591901 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5231/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749652691 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5234/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749652973 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3473/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749583533 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3471/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is enabled

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4063: URL: https://github.com/apache/carbondata/pull/4063#issuecomment-749593991 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3469/

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#issuecomment-749633365 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3472/

[jira] [Resolved] (CARBONDATA-4079) Queries with Date range are taking time

2020-12-22 Thread Ajantha Bhat (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat resolved CARBONDATA-4079. -- Resolution: Fixed Timestamp filter is slow when carbon.push.rowfilters.for.vector

[jira] [Assigned] (CARBONDATA-4079) Queries with Date range are taking time

2020-12-22 Thread Ajantha Bhat (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat reassigned CARBONDATA-4079: Assignee: Ajantha Bhat > Queries with Date range are taking time >

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
ajantha-bhat commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547751657 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4062: [WIP] Check RestructureCollector direct filling after IUD.

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4062: URL: https://github.com/apache/carbondata/pull/4062#issuecomment-749986277 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5235/

[GitHub] [carbondata] akashrn5 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
akashrn5 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547753114 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4062: [WIP] Check RestructureCollector direct filling after IUD.

2020-12-22 Thread GitBox
CarbonDataQA2 commented on pull request #4062: URL: https://github.com/apache/carbondata/pull/4062#issuecomment-749986675 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3474/

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
ajantha-bhat commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547751657 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
ajantha-bhat commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547751657 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547766036 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[jira] [Created] (CARBONDATA-4097) Direct filling of column vector is not allowed for a alter table, because it uses RestructureBasedCollector. However ColumnVectors were initialized as ColumnVectorWr

2020-12-22 Thread Karan (Jira)
Karan created CARBONDATA-4097: - Summary: Direct filling of column vector is not allowed for a alter table, because it uses RestructureBasedCollector. However ColumnVectors were initialized as ColumnVectorWrapperDirect even for alter table.

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547766036 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547766036 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] akashrn5 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
akashrn5 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547771528 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] ajantha-bhat commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, which is n

2020-12-22 Thread GitBox
ajantha-bhat commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749944567 @jack86596 , please change description to scheme (schema --> scheme) and can you share here the create table with location syntax you are using ? it will create

[GitHub] [carbondata] kunal642 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
kunal642 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547665649 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] kunal642 removed a comment on pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
kunal642 removed a comment on pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#issuecomment-749528326 LGTM This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [carbondata] ajantha-bhat edited a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, whi

2020-12-22 Thread GitBox
ajantha-bhat edited a comment on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749944567 @jack86596 , please change description abd heading to **scheme** (schema --> **scheme**) and can you share here the create table with location syntax you

[GitHub] [carbondata] ajantha-bhat edited a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, whi

2020-12-22 Thread GitBox
ajantha-bhat edited a comment on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749944567 @jack86596 , please change description and heading to **scheme** (schema --> **scheme**) a) and can you share here the create table with location syntax

[GitHub] [carbondata] jack86596 removed a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which

2020-12-22 Thread GitBox
jack86596 removed a comment on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749960335 > @jack86596 , please change description and heading to **scheme** (schema --> **scheme**) Done. > > a) and can you share here the create table with

[GitHub] [carbondata] jack86596 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which is not

2020-12-22 Thread GitBox
jack86596 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749960335 > @jack86596 , please change description and heading to **scheme** (schema --> **scheme**) Done. > > a) and can you share here the create table with location

[GitHub] [carbondata] akashrn5 commented on a change in pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is Set

2020-12-22 Thread GitBox
akashrn5 commented on a change in pull request #4063: URL: https://github.com/apache/carbondata/pull/4063#discussion_r547702404 ## File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ## @@ -683,6 +683,8 @@ public QueryModel

[GitHub] [carbondata] kunal642 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
kunal642 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547732205 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] ajantha-bhat edited a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, whi

2020-12-22 Thread GitBox
ajantha-bhat edited a comment on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749944567 @jack86596 , please change description abd heading to **scheme** (schema --> **scheme**) and can you share here the create table with location syntax you

[GitHub] [carbondata] ajantha-bhat edited a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have schema, the default will be local file system, whi

2020-12-22 Thread GitBox
ajantha-bhat edited a comment on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749944567 @jack86596 , please change description and heading to **scheme** (schema --> **scheme**) and can you share here the create table with location syntax you

[GitHub] [carbondata] jack86596 commented on a change in pull request #4057: [CARBONDATA-4088] Drop metacache didn't clear some cache information …

2020-12-22 Thread GitBox
jack86596 commented on a change in pull request #4057: URL: https://github.com/apache/carbondata/pull/4057#discussion_r547692764 ## File path: docs/configuration-parameters.md ## @@ -149,6 +149,7 @@ This section provides the details of all the configurations required for the

[GitHub] [carbondata] jack86596 commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which is not

2020-12-22 Thread GitBox
jack86596 commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749960785 > @jack86596 , please change description and heading to **scheme** (schema --> **scheme**) > > a) and can you share here the create table with location syntax you

[GitHub] [carbondata] ajantha-bhat commented on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which is n

2020-12-22 Thread GitBox
ajantha-bhat commented on pull request #4065: URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749962019 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [carbondata] asfgit closed pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which is not the file

2020-12-22 Thread GitBox
asfgit closed pull request #4065: URL: https://github.com/apache/carbondata/pull/4065 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

[jira] [Resolved] (CARBONDATA-4089) Create table with location, if the location didn't have schema, the default will be local file system, which is not the file system defined by defaultFS

2020-12-22 Thread Ajantha Bhat (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat resolved CARBONDATA-4089. -- Fix Version/s: 2.2.0 Resolution: Fixed > Create table with location, if

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is Set

2020-12-22 Thread GitBox
Indhumathi27 commented on a change in pull request #4063: URL: https://github.com/apache/carbondata/pull/4063#discussion_r547708086 ## File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ## @@ -683,6 +683,8 @@ public QueryModel