[GitHub] carbondata pull request #3065: [HOTFIX] Optimize presto-guide

2019-01-10 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3065#discussion_r246996198 --- Diff: docs/presto-guide.md --- @@ -220,7 +220,8 @@ Now you can use the Presto CLI on the coordinator to query data sources in the c

[GitHub] carbondata pull request #3065: Optimize presto-guide

2019-01-10 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/3065 Optimize presto-guide Some users made mistake: copy the assemble jar. Add more description to clarify, need to copy many jars from integration/presto/target/carbondata-presto-x.x.x

[GitHub] carbondata issue #3033: [CARBONDATA-3215] Optimize the documentation

2019-01-10 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3033 retest this please ---

[GitHub] carbondata issue #3033: [CARBONDATA-3215] Optimize the documentation

2019-01-10 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3033 @sraghunandan please review it. ---

[GitHub] carbondata issue #3021: [CARBONDATA-3193] Cdh5.14.2 spark2.2.0 support

2019-01-09 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3021 @chandrasaripaka please let us know 3026 if solved your issues? ---

[GitHub] carbondata issue #3056: [CARBONDATA-3236] Fix for JVM Crash for insert into ...

2019-01-08 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3056 Reviewed, LGTM ---

[GitHub] carbondata issue #3054: [CARBONDATA-3232] Optimize carbonData using alluxio

2019-01-07 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3054 the pr title is not consistent with pr content. how about : Add example for alluxio integration ---

[GitHub] carbondata pull request #3054: [CARBONDATA-3232] Optimize carbonData using a...

2019-01-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3054#discussion_r245676210 --- Diff: README.md --- @@ -68,8 +68,8 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com * [FAQs](https

[GitHub] carbondata issue #3036: [CARBONDATA-3208] Remove unused parameters, imports ...

2018-12-29 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3036 LGTM, thanks for the good contributions. ---

[GitHub] carbondata issue #3036: [CARBONDATA-3208]Remove unused parameters and import...

2018-12-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3036 @runzhliu please correct the PR title. ---

[GitHub] carbondata issue #3034: [CARBONDATA-3126]Correct some spell error in CarbonD...

2018-12-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3034 LGTM. One small issue, for pr title, please add one "blank" after [CARBONDATA-3126] ---

[GitHub] carbondata issue #3034: [CARBONDATA-3126]Correct some spell error in CarbonD...

2018-12-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3034 add to whitelist ---

[GitHub] carbondata issue #3030: [HOTFIX] Optimize the code style in csdk/sdk markdow...

2018-12-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3030 LGTM ---

[GitHub] carbondata issue #3019: [CARBONDATA-3194] Integrating Carbon with Presto usi...

2018-12-26 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3019 remove CarbondataConnector.java in this pr by using hive connector. in future, if consider contributing carbondata integraton to presto community, how to handle ? ---

[GitHub] carbondata pull request #3019: [CARBONDATA-3194] Integrating Carbon with Pre...

2018-12-26 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/3019#discussion_r244003542 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala --- @@ -72,69 +74,107 @@ object

[GitHub] carbondata issue #3018: [HOTFIX] rename field "thread_pool_size" to match ca...

2018-12-26 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3018 Can you please explain , why need to rename? ---

[GitHub] carbondata issue #3021: [CARBONDATA-3193] Cdh5.14.2 spark2.2.0 support

2018-12-26 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/3021 @chandrasaripaka As I know, spark 2.2.0 is not a stable version, it is better to consider other more stable versions. ---

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

2018-12-14 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2890 LGTM ---

[GitHub] carbondata issue #2978: [CARBONDATA-3157] Added lazy load and direct vector ...

2018-12-11 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2978 For 1.5.2: Whether can consider merging vector code to core module from presto integration module for example CarbonVectorBatch, or not ? ---

[GitHub] carbondata issue #2981: [CARBONDATA-3154] Fix spark-2.1 test error

2018-12-08 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2981 @kunal642 please review it ---

[GitHub] carbondata issue #2978: [WIP] Added lazy load and direct vector fill support...

2018-12-05 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2978 retest this please ---

[GitHub] carbondata issue #2954: [CARBONDATA-3128]Fix the HiveExample exception

2018-11-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2954 @SteNicholas Thanks for your good contribution. can you squash all commits to one commit ---

[GitHub] carbondata issue #2961: Fixing the getOrCreateCarbonSession method parameter...

2018-11-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2961 the pr title is not correct, the format should be : [JIRA NUMBER] PR description ---

[GitHub] carbondata issue #2961: Fixing the getOrCreateCarbonSession method parameter...

2018-11-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2961 add to whitelist ---

[GitHub] carbondata issue #2963: [CARBONDATA-3139] Fix bugs in MinMaxDataMap example

2018-11-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2963 Can consider writing an example:how to use MinMaxDataMap to build index for CSV file. ---

[GitHub] carbondata issue #2954: [CARBONDATA-3128]Fix the HiveExample exception

2018-11-27 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2954 add to whitelist ---

[GitHub] carbondata pull request #2950: [Test PR] How to set PR labels

2018-11-23 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/2950 [Test PR] How to set PR labels Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed

[GitHub] carbondata issue #2934: [CARBONDATA-3111] Readme updated some error links ha...

2018-11-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2934 LGTM ---

[GitHub] carbondata issue #2934: [CARBONDATA-3111] Readme updated some error links ha...

2018-11-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2934 add to whitelist ---

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

2018-11-01 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2890 LGTM ---

[GitHub] carbondata pull request #2838: [HOTFIX] Upgrade pom version to 1.6-SNAPSHOT

2018-10-20 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/2838 [HOTFIX] Upgrade pom version to 1.6-SNAPSHOT Upgrade pom version to 1.6-SNAPSHOT You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] carbondata issue #2802: [HOTFIX] Correct Create Table documentation contents

2018-10-11 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2802 please rebase it. ---

[GitHub] carbondata issue #2810: [WIP] Add CarbonSession Java Example

2018-10-11 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2810 add to whitelist ---

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-29 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2779 LGTM ---

[GitHub] carbondata pull request #2779: [CARBONDATA-2989] Upgrade spark integration v...

2018-09-29 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2779#discussion_r221444503 --- Diff: integration/spark2/src/main/spark2.3/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala --- @@ -0,0 +1,55

[GitHub] carbondata issue #2779: [CARBONDATA-2989] Upgrade spark integration version ...

2018-09-28 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2779 My comment : only for 4 parameters , copy the whole file(CarbonDataSourceScan.scala) for spark 2.3 integration, may not require. see if can add the judgement for different spark version

[GitHub] carbondata pull request #2779: [CARBONDATA-2989] Upgrade spark integration v...

2018-09-28 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2779#discussion_r221414692 --- Diff: integration/spark2/src/main/spark2.3/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala --- @@ -0,0 +1,55

[GitHub] carbondata pull request #2779: [WIP] Upgrade spark integration version to 2....

2018-09-27 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2779#discussion_r221131678 --- Diff: integration/spark2/src/main/spark2.3/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala --- @@ -0,0 +1,55

[GitHub] carbondata issue #2777: [HOXFIX] Upgrade spark integration version to 2.3.2

2018-09-27 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2777 same as #2779 , so close this pr. ---

[GitHub] carbondata pull request #2777: [HOXFIX] Upgrade spark integration version to...

2018-09-27 Thread chenliang613
Github user chenliang613 closed the pull request at: https://github.com/apache/carbondata/pull/2777 ---

[GitHub] carbondata issue #2779: [WIP] Upgrade spark integration version to 2.3.2

2018-09-27 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2779 retest this please ---

[GitHub] carbondata pull request #2777: [HOXFIX] Upgrade spark integration version to...

2018-09-27 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2777#discussion_r221129765 --- Diff: pom.xml --- @@ -608,13 +608,12 @@ spark-2.3 -2.3.1 +2.3.2 2.11

[GitHub] carbondata pull request #2777: [HOXFIX] Upgrade spark integration version to...

2018-09-27 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/2777 [HOXFIX] Upgrade spark integration version to 2.3.2 1. Upgrade spark integration version to 2.3.2 2. Currently, hive integration module is not supported along with spark 2.3.2, so

[GitHub] carbondata issue #2733: [CARBONDATA-2818] Upgrade presto integration version...

2018-09-18 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2733 https://user-images.githubusercontent.com/8075709/45723721-52736800-bbe5-11e8-853f-30f530156396.png;> verified! ---

[GitHub] carbondata pull request #2733: [CARBONDATA-2818] Upgrade presto integration ...

2018-09-18 Thread chenliang613
GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/2733 [CARBONDATA-2818] Upgrade presto integration version to 0.210 As per the mailing list discussion:http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/Discussion-Propose

[GitHub] carbondata issue #2607: [CARBONDATA-2818] Presto Upgrade to 0.206

2018-09-18 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2607 LGTM, spark 2.3.1 CI is another issue. ---

[GitHub] carbondata issue #2607: [CARBONDATA-2818] Presto Upgrade to 0.206

2018-09-18 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2607 retest this please ---

[GitHub] carbondata issue #2714: [CARBONDATA-2875]Two different threads overwriting t...

2018-09-15 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2714 add to whitelist ---

[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

2018-09-10 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2691#discussion_r216216999 --- Diff: integration/spark-common-test/src/test/resources/cars.csv --- @@ -0,0 +1,4 @@ +name,age --- End diff -- can you reuse

[GitHub] carbondata issue #2638: [CARBONDATA-2859][SDV] Add sdv test cases for bloomf...

2018-09-08 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2638 LGTM ---

[GitHub] carbondata issue #2695: [CARBONDATA-2919] Support ingest from Kafka in Strea...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2695 retest this please ---

[GitHub] carbondata issue #2693: [CARBONDATA-2915] Reformat Documentation of CarbonDa...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2693 LGTM ---

[GitHub] carbondata pull request #2693: [CARBONDATA-2915] Reformat Documentation of C...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2693#discussion_r215881276 --- Diff: docs/datamap-developer-guide.md --- @@ -3,14 +3,28 @@ ### Introduction DataMap is a data structure that can be used

[GitHub] carbondata pull request #2693: [CARBONDATA-2915] Reformat Documentation of C...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2693#discussion_r215879697 --- Diff: docs/configuration-parameters.md --- @@ -235,3 +235,16 @@ RESET * Success will be recorded in the driver log. * Failure

[GitHub] carbondata pull request #2693: [CARBONDATA-2915] Reformat Documentation of C...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2693#discussion_r215879237 --- Diff: docs/carbondata-architecture-design.md --- @@ -0,0 +1,140 @@ +## Architecture + --- End diff -- Please remove

[GitHub] carbondata issue #2684: [CARBONDATA-2908]the option of sort_scope don't effe...

2018-09-07 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2684 @qiuchenjian please update the pr's title, doesn't display completely. ---

[GitHub] carbondata issue #2592: [CARBONDATA-2915] Updated & enhanced Documentation o...

2018-09-06 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2592 LGTM ---

[GitHub] carbondata pull request #2683: [CARBONDATA-2916] Add CarbonCli tool for data...

2018-09-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2683#discussion_r215669915 --- Diff: pom.xml --- @@ -706,6 +706,12 @@ datamap/mv/core + + tool --- End diff

[GitHub] carbondata pull request #2592: [CARBONDATA-2915] Updated & enhanced Document...

2018-09-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2592#discussion_r215659429 --- Diff: docs/configuration-parameters.md --- @@ -16,152 +16,135 @@ --> # Configuring CarbonData - This tutorial guides

[GitHub] carbondata pull request #2592: [CARBONDATA-2915] Updated & enhanced Document...

2018-09-06 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2592#discussion_r215655761 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -470,15 +447,6

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-09-03 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 LGTM ---

[GitHub] carbondata issue #2686: upgrade to scala 2.12.6 and binary 2.11

2018-09-03 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2686 same question as @zzcclp . It is better to raise one discussion first on mailing list. ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-09-01 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 two comments : 1.In this example, suggest listing all typical cases which be supported currently and put the performance comparison, how to improve the performance after creating mv

[GitHub] carbondata pull request #2614: [CARBONDATA-2837] Added MVExample in example ...

2018-09-01 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2614#discussion_r214526743 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/MVDataMapExample.scala --- @@ -0,0 +1,125 @@ +/* + * Licensed

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-09-01 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-09-01 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-08-30 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2668: [CARBONDATA-2899] Add MV module class to assembly JA...

2018-08-29 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2668 LGTM ---

[GitHub] carbondata issue #2607: [CARBONDATA-2818] Presto Upgrade to 0.206

2018-08-29 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2607 @bhavya411 any new progress ? ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-08-26 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2615: [HOTFIX] [presto] presto integration code cleanup

2018-08-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2615 LGTM ---

[GitHub] carbondata issue #2614: [CARBONDATA-2837] Added MVExample in example module

2018-08-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2614 retest this please ---

[GitHub] carbondata issue #2637: [HOTFIX] Correct the sentence to be meaningful

2018-08-15 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2637 add to whitelist ---

[GitHub] carbondata issue #2636: [CARBONDATA-2857] Correct the Contribution content

2018-08-15 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2636 LGTM ---

[GitHub] carbondata issue #2636: [CARBONDATA-2857] Correct the Contribution content

2018-08-15 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2636 add to whitelist ---

[GitHub] carbondata issue #2607: [CARBONDATA-2818] Presto Upgrade to 0.206

2018-08-13 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2607 @bhavya411 I tested this pr, the performance(simple aggregation) not getting any improvement(0.206 compare to 0.187) Just i checked 0.207 and 0.208, there are fixed many memory

[GitHub] carbondata issue #2607: [CARBONDATA-2818] Presto Upgrade to 0.206

2018-08-12 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2607 retest this please ---

[GitHub] carbondata issue #2620: [CARBONDATA-2839] Add custom compaction example

2018-08-12 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2620 LGTM ---

[GitHub] carbondata issue #2620: [CARBONDATA-2839] Add custom compaction example

2018-08-11 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2620 retest this please ---

[GitHub] carbondata issue #2620: [CARBONDATA-2839] Add custom compaction example

2018-08-10 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2620 retest this please ---

[GitHub] carbondata pull request #2620: [CARBONDATA-2839] Add custom compaction examp...

2018-08-08 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2620#discussion_r208780697 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CustomCompactionExample.scala --- @@ -0,0 +1,69 @@ +package

[GitHub] carbondata pull request #2620: [CARBONDATA-2839] Add custom compaction examp...

2018-08-08 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2620#discussion_r208780252 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CustomCompactionExample.scala --- @@ -0,0 +1,69 @@ +package

[GitHub] carbondata pull request #2620: [CARBONDATA-2839] Add custom compaction examp...

2018-08-08 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2620#discussion_r208780123 --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/CustomCompactionExample.scala --- @@ -0,0 +1,69 @@ +package

[GitHub] carbondata issue #2620: [CARBONDATA-2839] Add custom compaction example

2018-08-08 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2620 retest this please ---

[GitHub] carbondata issue #2590: [CARBONDATA-2750] Updated documentation on Local Dic...

2018-08-06 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2590 LGTM ---

[GitHub] carbondata issue #2576: [CARBONDATA-2795] Add documentation for S3

2018-08-03 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2576 retest this please ---

[GitHub] carbondata pull request #2590: [CARBONDATA-2750] Updated documentation on Lo...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2590#discussion_r206553068 --- Diff: docs/data-management-on-carbondata.md --- @@ -126,20 +126,33 @@ This tutorial is going to introduce all commands and data operations

[GitHub] carbondata issue #2582: [CARBONDATA-2801]Added documentation for flat folder

2018-07-31 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2582 LGTM ---

[GitHub] carbondata pull request #2568: [Presto-integration-Technical-note] created d...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2568#discussion_r206490628 --- Diff: integration/presto/Presto-integration-in-carbondata.md --- @@ -0,0 +1,132 @@ + + +# PRESTO INTEGRATION IN CARBONDATA

[GitHub] carbondata pull request #2582: [CARBONDATA-2801]Added documentation for flat...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2582#discussion_r206487262 --- Diff: docs/data-management-on-carbondata.md --- @@ -284,6 +286,20 @@ This tutorial is going to introduce all commands and data operations

[GitHub] carbondata pull request #2590: [CARBONDATA-2750] Updated documentation on Lo...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2590#discussion_r206486006 --- Diff: docs/data-management-on-carbondata.md --- @@ -508,6 +511,9 @@ Users can specify which columns to include and exclude for local

[GitHub] carbondata pull request #2590: [CARBONDATA-2750] Updated documentation on Lo...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2590#discussion_r206485782 --- Diff: docs/data-management-on-carbondata.md --- @@ -126,20 +126,20 @@ This tutorial is going to introduce all commands and data operations

[GitHub] carbondata pull request #2590: [CARBONDATA-2750] Updated documentation on Lo...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2590#discussion_r206485268 --- Diff: docs/data-management-on-carbondata.md --- @@ -126,20 +126,20 @@ This tutorial is going to introduce all commands and data operations

[GitHub] carbondata pull request #2590: [CARBONDATA-2750] Updated documentation on Lo...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2590#discussion_r206484679 --- Diff: docs/data-management-on-carbondata.md --- @@ -126,20 +126,20 @@ This tutorial is going to introduce all commands and data operations

[GitHub] carbondata pull request #2576: [CARBONDATA-2795] Add documentation for S3

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2576#discussion_r206481821 --- Diff: docs/s3-guide.md --- @@ -0,0 +1,63 @@ + + +#S3 Guide (Alpha Feature 1.4.1) +Amazon S3 is a cloud storage service

[GitHub] carbondata pull request #2576: [CARBONDATA-2795] Add documentation for S3

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2576#discussion_r206481369 --- Diff: docs/s3-guide.md --- @@ -0,0 +1,63 @@ + + +#S3 Guide (Alpha Feature 1.4.1) +Amazon S3 is a cloud storage service

[GitHub] carbondata pull request #2576: [CARBONDATA-2795] Add documentation for S3

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2576#discussion_r206480055 --- Diff: docs/datamap/preaggregate-datamap-guide.md --- @@ -7,6 +24,7 @@ * [Querying Data](#querying-data) * [Compaction](#compacting

[GitHub] carbondata issue #2576: [CARBONDATA-2795] Add documentation for S3

2018-07-31 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2576 retest this please ---

[GitHub] carbondata issue #2589: [WIP][CARBONSTORE] add CTable interface in CarbonSto...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2589 Can you explain "CTable" for what ? ---

[GitHub] carbondata pull request #2589: [WIP][CARBONSTORE] add CTable interface in Ca...

2018-07-31 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2589#discussion_r206458466 --- Diff: store/core/pom.xml --- @@ -48,8 +48,8 @@ org.apache.maven.plugins maven-compiler-plugin

  1   2   3   4   5   6   7   8   >