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

2020-06-02 Thread GitBox
xubo245 commented on a change in pull request #3770: URL: https://github.com/apache/carbondata/pull/3770#discussion_r433798210 ## 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_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] 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