[GitHub] [hudi] YuweiXiao commented on a diff in pull request #6636: [HUDI-4824]Add new index RANGE_BUCKET , when primary key is auto-increment like most mysql table

2022-09-25 Thread GitBox
YuweiXiao commented on code in PR #6636: URL: https://github.com/apache/hudi/pull/6636#discussion_r979369308 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieRangeBucketIndex.java: ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #6636: [HUDI-4824]Add new index RANGE_BUCKET , when primary key is auto-increment like most mysql table

2022-09-25 Thread GitBox
YuweiXiao commented on code in PR #6636: URL: https://github.com/apache/hudi/pull/6636#discussion_r979368160 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieRangeBucketIndex.java: ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #6636: [HUDI-4824]Add new index RANGE_BUCKET , when primary key is auto-increment like most mysql table

2022-09-25 Thread GitBox
YuweiXiao commented on code in PR #6636: URL: https://github.com/apache/hudi/pull/6636#discussion_r979367701 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieRangeBucketIndex.java: ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #6636: [HUDI-4824]Add new index RANGE_BUCKET , when primary key is auto-increment like most mysql table

2022-09-22 Thread GitBox
YuweiXiao commented on code in PR #6636: URL: https://github.com/apache/hudi/pull/6636#discussion_r978203697 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieBucketIndex.java: ## @@ -64,6 +69,29 @@ public HoodieData updateLocation(HoodieData wr

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #6636: [HUDI-4824]Add new index RANGE_BUCKET , when primary key is auto-increment like most mysql table

2022-09-18 Thread GitBox
YuweiXiao commented on code in PR #6636: URL: https://github.com/apache/hudi/pull/6636#discussion_r973901133 ## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/SparkRangeBucketIndexPartitioner.java: ## @@ -0,0 +1,127 @@ +/* + * Licensed to the Apa