[jira] [Updated] (CARBONDATA-3835) Global sort doesn't sort string columns properly

2020-05-29 Thread Ajantha Bhat (Jira)
[ https://issues.apache.org/jira/browse/CARBONDATA-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajantha Bhat updated CARBONDATA-3835: - Description: problem: For global sort without partition, string comes as byte[], if

[jira] [Created] (CARBONDATA-3835) Global sort doesn't sort string columns properly

2020-05-29 Thread Ajantha Bhat (Jira)
Ajantha Bhat created CARBONDATA-3835: Summary: Global sort doesn't sort string columns properly Key: CARBONDATA-3835 URL: https://issues.apache.org/jira/browse/CARBONDATA-3835 Project: CarbonData

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3780: [HOTFIX] Fix carbon store path

2020-05-29 Thread GitBox
CarbonDataQA1 commented on pull request #3780: URL: https://github.com/apache/carbondata/pull/3780#issuecomment-636278570 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1372/

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3780: [HOTFIX] Fix carbon store path

2020-05-29 Thread GitBox
CarbonDataQA1 commented on pull request #3780: URL: https://github.com/apache/carbondata/pull/3780#issuecomment-636278462 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3092/ -

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3779: [TEMP] comparator changes

2020-05-29 Thread GitBox
CarbonDataQA1 commented on pull request #3779: URL: https://github.com/apache/carbondata/pull/3779#issuecomment-636277865 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [carbondata] kevinjmh opened a new pull request #3780: [HOTFIX] Fix carbon store path

2020-05-29 Thread GitBox
kevinjmh opened a new pull request #3780: URL: https://github.com/apache/carbondata/pull/3780 ### Why is this PR needed? In the case of using carbon only setting `carbon.storelocation`, carbon will use local spark warehouse path instead of the configured value. ### What change

[GitHub] [carbondata] ajantha-bhat opened a new pull request #3779: [TEMP] comparator changes

2020-05-29 Thread GitBox
ajantha-bhat opened a new pull request #3779: URL: https://github.com/apache/carbondata/pull/3779 ### 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] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432611960 ## File path: python/pycarbon/tests/sdk/test_read_write_carbon.py ## @@ -25,7 +26,8 @@ import os import jnius_config -jnius_config.set_classpath(".

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432611327 ## File path: python/pycarbon/sdk/PaginationCarbonReader.py ## @@ -0,0 +1,57 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432611327 ## File path: python/pycarbon/sdk/PaginationCarbonReader.py ## @@ -0,0 +1,57 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432606525 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432606525 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432605600 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432604711 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432604711 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432603190 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432603190 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432602296 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432601619 ## File path: sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/PaginationCarbonReader.java ## @@ -0,0 +1,276 @@ +/* + * Licensed to the Apache Sof

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3774: [CARBONDATA-3833] Make geoID visible

2020-05-29 Thread GitBox
CarbonDataQA1 commented on pull request #3774: URL: https://github.com/apache/carbondata/pull/3774#issuecomment-636064979 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1369/

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3774: [CARBONDATA-3833] Make geoID visible

2020-05-29 Thread GitBox
CarbonDataQA1 commented on pull request #3774: URL: https://github.com/apache/carbondata/pull/3774#issuecomment-636062526 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3090/ -

[GitHub] [carbondata] xubo245 commented on a change in pull request #3770: [CARBONDATA-3829] Support pagination in SDK reader

2020-05-29 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r432580839 ## File path: docs/sdk-guide.md ## @@ -766,6 +771,39 @@ public VectorSchemaRoot getArrowVectors() throws IOException; public static ArrowRecordBatch