[GitHub] [hudi] YuweiXiao commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
YuweiXiao commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r857056059 ## hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/JavaBulkInsertHelper.java: ## @@ -77,8 +77,12 @@ public HoodieWriteMetadata>

[GitHub] [hudi] hudi-bot commented on pull request #5397: [HUDI-3946] Validate option path in flink hudi sink

2022-04-23 Thread GitBox
hudi-bot commented on PR #5397: URL: https://github.com/apache/hudi/pull/5397#issuecomment-1107692435 ## CI report: * f4acc38c71c4503f3567e64dc64eeae257a73587 Azure:

[GitHub] [hudi] JerryYue-M opened a new pull request, #5410: [HUDI-3953]Flink Hudi module should support low-level read and write…

2022-04-23 Thread GitBox
JerryYue-M opened a new pull request, #5410: URL: https://github.com/apache/hudi/pull/5410 … APIs ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ##

[jira] [Updated] (HUDI-3953) Flink Hudi module should support low-level read and write APIs

2022-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-3953: - Labels: pull-request-available (was: ) > Flink Hudi module should support low-level read and

[jira] [Updated] (HUDI-3923) Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-3923: - Fix Version/s: 0.11.0 > Fix cast exception while reading boolean type of partitioned field >

[jira] [Updated] (HUDI-3923) Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-3923: - Component/s: spark-sql > Fix cast exception while reading boolean type of partitioned field >

[jira] [Closed] (HUDI-3923) Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu closed HUDI-3923. Resolution: Fixed > Fix cast exception while reading boolean type of partitioned field >

[jira] [Assigned] (HUDI-3923) Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu reassigned HUDI-3923: Assignee: miomiocat > Fix cast exception while reading boolean type of partitioned field >

[GitHub] [hudi] yuruguo commented on pull request #5397: [HUDI-3946] Validate option path in flink hudi sink

2022-04-23 Thread GitBox
yuruguo commented on PR #5397: URL: https://github.com/apache/hudi/pull/5397#issuecomment-1107716519 @danny0405 @yihua @XuQianJin-Stars PTAL when you have a moment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [hudi] chaplinthink commented on issue #3657: [SUPPORT] Failed to insert data by flink-sql

2022-04-23 Thread GitBox
chaplinthink commented on issue #3657: URL: https://github.com/apache/hudi/issues/3657#issuecomment-1107728664 Same problem. And the Flink job always restart. Flink version: 1.12.2 Hudi version: 0.9.0 I used the hudi dependecy: ```

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
YuweiXiao commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r857056202 ## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/SparkBulkInsertHelper.java: ## @@ -76,9 +73,14 @@ public HoodieWriteMetadata>

[GitHub] [hudi] hehuiyuan commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hehuiyuan commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107692109 Hi @yanghua , who can look at this pr? -- 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 to the

[jira] [Updated] (HUDI-3959) Rename class name for spark rdd reader

2022-04-23 Thread Simon Su (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Su updated HUDI-3959: --- Status: In Progress (was: Open) > Rename class name for spark rdd reader >

[GitHub] [hudi] simonsssu opened a new pull request, #5409: [HUDI-3959] Rename class name for spark rdd reader

2022-04-23 Thread GitBox
simonsssu opened a new pull request, #5409: URL: https://github.com/apache/hudi/pull/5409 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the

[jira] [Updated] (HUDI-3959) Rename class name for spark rdd reader

2022-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-3959: - Labels: pull-request-available (was: ) > Rename class name for spark rdd reader >

[GitHub] [hudi] hudi-bot commented on pull request #5409: [HUDI-3959] Rename class name for spark rdd reader

2022-04-23 Thread GitBox
hudi-bot commented on PR #5409: URL: https://github.com/apache/hudi/pull/5409#issuecomment-1107703803 ## CI report: * ce2821af9c594e381495433b7a0ee142347cd15c UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[hudi] annotated tag release-0.11.0-rc3 updated (51556d13bf -> 6e0cb6a3ab)

2022-04-23 Thread xushiyan
This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a change to annotated tag release-0.11.0-rc3 in repository https://gitbox.apache.org/repos/asf/hudi.git *** WARNING: tag release-0.11.0-rc3 was modified! *** from 51556d13bf (commit) to 6e0cb6a3ab

[hudi] branch release-0.11.0 updated: Revert "[HUDI-3950] add parquet-avro to gcp-bundle (#5399)"

2022-04-23 Thread xushiyan
This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release-0.11.0 in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/release-0.11.0 by this push: new 51556d13bf Revert "[HUDI-3950]

[GitHub] [hudi] yuruguo commented on pull request #5397: [HUDI-3946] Validate option path in flink hudi sink

2022-04-23 Thread GitBox
yuruguo commented on PR #5397: URL: https://github.com/apache/hudi/pull/5397#issuecomment-1107689764 @danny0405 @yihua PTAL when you have a moment -- 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 to

[jira] [Created] (HUDI-3959) Rename class name for spark rdd reader

2022-04-23 Thread Simon Su (Jira)
Simon Su created HUDI-3959: -- Summary: Rename class name for spark rdd reader Key: HUDI-3959 URL: https://issues.apache.org/jira/browse/HUDI-3959 Project: Apache Hudi Issue Type: Improvement

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
YuweiXiao commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r857053826 ## hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/JavaBulkInsertHelper.java: ## @@ -119,7 +118,7 @@ public List bulkInsert(List>

[GitHub] [hudi] YuweiXiao commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
YuweiXiao commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r857055303 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/BulkInsertPartitioner.java: ## @@ -38,4 +44,25 @@ * @return {@code true} if the records within

[GitHub] [hudi] yuruguo commented on pull request #5397: [HUDI-3946] Validate option path in flink hudi sink

2022-04-23 Thread GitBox
yuruguo commented on PR #5397: URL: https://github.com/apache/hudi/pull/5397#issuecomment-1107689174 @danny0405 PTAL when you have a moment -- 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 to the

[jira] [Updated] (HUDI-3923) Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-3923: - Fix Version/s: 0.11.1 (was: 0.11.0) > Fix cast exception while reading boolean

[jira] [Created] (HUDI-3958) Resolve parquet-avro conflict in hudi-gcp-bundle and hudi-spark3.1-bundle

2022-04-23 Thread Raymond Xu (Jira)
Raymond Xu created HUDI-3958: Summary: Resolve parquet-avro conflict in hudi-gcp-bundle and hudi-spark3.1-bundle Key: HUDI-3958 URL: https://issues.apache.org/jira/browse/HUDI-3958 Project: Apache Hudi

[GitHub] [hudi] hudi-bot commented on pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
hudi-bot commented on PR #5398: URL: https://github.com/apache/hudi/pull/5398#issuecomment-1107399771 ## CI report: * 766ddf6cade5e17856e945322b5d1208c3b3dab6 Azure:

[jira] [Created] (HUDI-3954) When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread Jira
董可伦 created HUDI-3954: - Summary: When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain Key: HUDI-3954 URL: https://issues.apache.org/jira/browse/HUDI-3954 Project: Apache Hudi

[hudi] branch release-0.11.0 updated: [HUDI-3948] Fix presto bundle missing HBase classes (#5398)

2022-04-23 Thread xushiyan
This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release-0.11.0 in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/release-0.11.0 by this push: new 16dbaab779 [HUDI-3948] Fix

[GitHub] [hudi] hudi-bot commented on pull request #5406: [HUDI-3954] When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread GitBox
hudi-bot commented on PR #5406: URL: https://github.com/apache/hudi/pull/5406#issuecomment-1107435340 ## CI report: * ed272b51dfc224ce0adc2123cd754d7f815856c2 Azure:

[GitHub] [hudi] leesf commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
leesf commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r856885202 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/BulkInsertPartitioner.java: ## @@ -38,4 +44,25 @@ * @return {@code true} if the records within a

[GitHub] [hudi] leesf commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
leesf commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r856885369 ## hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/JavaBulkInsertHelper.java: ## @@ -77,8 +77,12 @@ public HoodieWriteMetadata>

[GitHub] [hudi] leesf merged pull request #5373: [HUDI-3923] Fix cast exception while reading boolean type of partitioned field

2022-04-23 Thread GitBox
leesf merged PR #5373: URL: https://github.com/apache/hudi/pull/5373 -- 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 to the specific comment. To unsubscribe, e-mail:

[hudi] branch master updated: [HUDI-3923] Fix cast exception while reading boolean type of partitioned field (#5373)

2022-04-23 Thread leesf
This is an automated email from the ASF dual-hosted git repository. leesf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/master by this push: new 5e5c177e4b [HUDI-3923] Fix cast exception while

[GitHub] [hudi] hudi-bot commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hudi-bot commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107377270 ## CI report: * b7cdd5fe9294a251e2a8ac97eb57f3e4c265a0e5 Azure:

[jira] [Updated] (HUDI-3952) Presto HadoopExtendedFileSystem now supports getScheme. Update presto version is docker setup and IT test

2022-04-23 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit updated HUDI-3952: -- Summary: Presto HadoopExtendedFileSystem now supports getScheme. Update presto version is docker setup

[GitHub] [hudi] hudi-bot commented on pull request #5404: [CI TESTING][DO NOT MERGE] Testing HUDI-3948 with metadata table reading enabled by default

2022-04-23 Thread GitBox
hudi-bot commented on PR #5404: URL: https://github.com/apache/hudi/pull/5404#issuecomment-1107434512 ## CI report: * d6d7d12967de8a01f20199b4459ec513716f6f6c Azure:

[hudi] annotated tag release-0.11.0-rc3 updated (16dbaab779 -> 35cb37632d)

2022-04-23 Thread xushiyan
This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a change to annotated tag release-0.11.0-rc3 in repository https://gitbox.apache.org/repos/asf/hudi.git *** WARNING: tag release-0.11.0-rc3 was modified! *** from 16dbaab779 (commit) to 35cb37632d

[GitHub] [hudi] hehuiyuan commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hehuiyuan commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107401464 @hudi-bot run azure -- 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 to the specific comment.

[GitHub] [hudi] hudi-bot commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hudi-bot commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107401757 ## CI report: * d0059712698d0c54aa951095b66c115a38d8b04a Azure:

[jira] [Created] (HUDI-3955) Support Hoodie Table Joined as a dim table with Flink

2022-04-23 Thread yuemeng (Jira)
yuemeng created HUDI-3955: - Summary: Support Hoodie Table Joined as a dim table with Flink Key: HUDI-3955 URL: https://issues.apache.org/jira/browse/HUDI-3955 Project: Apache Hudi Issue Type: New

[jira] [Commented] (HUDI-3952) Presto query throws UnsupportedOperationException when reading metadata table by disabling full scan

2022-04-23 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526802#comment-17526802 ] Sagar Sumit commented on HUDI-3952: --- Should be fixed by [https://github.com/prestodb/presto/pull/17477]

[jira] [Updated] (HUDI-3952) Presto query throws UnsupportedOperationException when reading metadata table by disabling full scan

2022-04-23 Thread Sagar Sumit (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Sumit updated HUDI-3952: -- Epic Link: HUDI-2574 > Presto query throws UnsupportedOperationException when reading metadata table >

[GitHub] [hudi] nsivabalan opened a new pull request, #5407: [CI_testing][Do-not-merge]Release 0.11.0 mdt point lookups

2022-04-23 Thread GitBox
nsivabalan opened a new pull request, #5407: URL: https://github.com/apache/hudi/pull/5407 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the

[GitHub] [hudi] hudi-bot commented on pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
hudi-bot commented on PR #5398: URL: https://github.com/apache/hudi/pull/5398#issuecomment-1107397596 ## CI report: * 56b7136d4ba438cf83636eed9a7bb4aa22a296d8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #5404: [CI TESTING][DO NOT MERGE] Testing HUDI-3948 with metadata table reading enabled by default

2022-04-23 Thread GitBox
hudi-bot commented on PR #5404: URL: https://github.com/apache/hudi/pull/5404#issuecomment-1107397620 ## CI report: * Unknown: [CANCELED](TBD) * d6d7d12967de8a01f20199b4459ec513716f6f6c UNKNOWN Bot commands @hudi-bot supports the following commands: -

[GitHub] [hudi] yihua commented on pull request #5404: [CI TESTING][DO NOT MERGE] Testing HUDI-3948 with metadata table reading enabled by default

2022-04-23 Thread GitBox
yihua commented on PR #5404: URL: https://github.com/apache/hudi/pull/5404#issuecomment-1107397376 @hudi-bot run azure -- 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 to the specific comment. To

[GitHub] [hudi] yihua commented on pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
yihua commented on PR #5398: URL: https://github.com/apache/hudi/pull/5398#issuecomment-1107397583 @hudi-bot run azure -- 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 to the specific comment. To

[jira] [Created] (HUDI-3953) Flink Hudi module should support low-level read and write APIs

2022-04-23 Thread yuemeng (Jira)
yuemeng created HUDI-3953: - Summary: Flink Hudi module should support low-level read and write APIs Key: HUDI-3953 URL: https://issues.apache.org/jira/browse/HUDI-3953 Project: Apache Hudi Issue

[GitHub] [hudi] leesf commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
leesf commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r856885735 ## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/SparkBulkInsertHelper.java: ## @@ -76,9 +73,14 @@ public HoodieWriteMetadata>

[jira] [Created] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
sivabalan narayanan created HUDI-3957: - Summary: Support spark2 and scala12 testing w/ integ test bundle Key: HUDI-3957 URL: https://issues.apache.org/jira/browse/HUDI-3957 Project: Apache Hudi

[jira] [Updated] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan updated HUDI-3957: -- Sprint: Hudi-Sprint-Apr-19 > Support spark2 and scala12 testing w/ integ test bundle >

[jira] [Updated] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan updated HUDI-3957: -- Fix Version/s: 0.12.0 > Support spark2 and scala12 testing w/ integ test bundle >

[GitHub] [hudi] nsivabalan opened a new pull request, #5408: [CI-testing][Do-not-merge] mdt enable and point look ups

2022-04-23 Thread GitBox
nsivabalan opened a new pull request, #5408: URL: https://github.com/apache/hudi/pull/5408 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the

[GitHub] [hudi] hudi-bot commented on pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
hudi-bot commented on PR #5398: URL: https://github.com/apache/hudi/pull/5398#issuecomment-1107398552 ## CI report: * 56b7136d4ba438cf83636eed9a7bb4aa22a296d8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #5404: [CI TESTING][DO NOT MERGE] Testing HUDI-3948 with metadata table reading enabled by default

2022-04-23 Thread GitBox
hudi-bot commented on PR #5404: URL: https://github.com/apache/hudi/pull/5404#issuecomment-1107398563 ## CI report: * Unknown: [CANCELED](TBD) * d6d7d12967de8a01f20199b4459ec513716f6f6c Azure:

[GitHub] [hudi] hudi-bot commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hudi-bot commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107397629 ## CI report: * d0059712698d0c54aa951095b66c115a38d8b04a Azure:

[jira] [Created] (HUDI-3952) Presto query throws UnsupportedOperationException when reading metadata table by disabling full scan

2022-04-23 Thread Ethan Guo (Jira)
Ethan Guo created HUDI-3952: --- Summary: Presto query throws UnsupportedOperationException when reading metadata table by disabling full scan Key: HUDI-3952 URL: https://issues.apache.org/jira/browse/HUDI-3952

[GitHub] [hudi] hudi-bot commented on pull request #5406: [HUDI-3954] When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread GitBox
hudi-bot commented on PR #5406: URL: https://github.com/apache/hudi/pull/5406#issuecomment-1107434965 ## CI report: * ed272b51dfc224ce0adc2123cd754d7f815856c2 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[jira] [Updated] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan updated HUDI-3957: -- Sprint: (was: Hudi-Sprint-Apr-19) > Support spark2 and scala12 testing w/ integ test

[jira] [Updated] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan updated HUDI-3957: -- Epic Link: HUDI-1236 > Support spark2 and scala12 testing w/ integ test bundle >

[jira] [Assigned] (HUDI-3957) Support spark2 and scala12 testing w/ integ test bundle

2022-04-23 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sivabalan narayanan reassigned HUDI-3957: - Assignee: sivabalan narayanan > Support spark2 and scala12 testing w/ integ test

[GitHub] [hudi] dongkelun opened a new pull request, #5406: [HUDI-3954] When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread GitBox
dongkelun opened a new pull request, #5406: URL: https://github.com/apache/hudi/pull/5406 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the

[jira] [Updated] (HUDI-3954) When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-3954: - Labels: pull-request-available (was: ) > When ASYNC_CLEAN is false,don't keep the last commit

[GitHub] [hudi] hudi-bot commented on pull request #5405: [HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi

2022-04-23 Thread GitBox
hudi-bot commented on PR #5405: URL: https://github.com/apache/hudi/pull/5405#issuecomment-1107442153 ## CI report: * d0059712698d0c54aa951095b66c115a38d8b04a Azure:

[GitHub] [hudi] hudi-bot commented on pull request #5406: [HUDI-3954] When ASYNC_CLEAN is false,don't keep the last commit before the earliest commit to retain

2022-04-23 Thread GitBox
hudi-bot commented on PR #5406: URL: https://github.com/apache/hudi/pull/5406#issuecomment-1107451624 ## CI report: * ed272b51dfc224ce0adc2123cd754d7f815856c2 Azure:

[GitHub] [hudi] leesf commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
leesf commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r856885640 ## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/execution/bulkinsert/RDDSpatialCurveSortPartitioner.java: ## @@ -64,14 +64,13 @@ public

[GitHub] [hudi] xushiyan merged pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
xushiyan merged PR #5398: URL: https://github.com/apache/hudi/pull/5398 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Created] (HUDI-3956) Optimize hudi-presto-bundle size

2022-04-23 Thread Sagar Sumit (Jira)
Sagar Sumit created HUDI-3956: - Summary: Optimize hudi-presto-bundle size Key: HUDI-3956 URL: https://issues.apache.org/jira/browse/HUDI-3956 Project: Apache Hudi Issue Type: Improvement

[hudi] branch master updated: [HUDI-3948] Fix presto bundle missing HBase classes (#5398)

2022-04-23 Thread xushiyan
This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git The following commit(s) were added to refs/heads/master by this push: new 8633bd6e06 [HUDI-3948] Fix presto bundle

[GitHub] [hudi] codope commented on pull request #5398: [HUDI-3948] Fix presto bundle missing HBase classes

2022-04-23 Thread GitBox
codope commented on PR #5398: URL: https://github.com/apache/hudi/pull/5398#issuecomment-1107433415 This has bloated the hudi-presto-bundle size (now it's ~33mb almost 2x). But, let's land this now and work on optimizung the bundle later. HUDI-3956 to track it. -- This is an automated

[GitHub] [hudi] leesf commented on a diff in pull request #4441: [HUDI-3085] improve bulk insert partitioner abstraction

2022-04-23 Thread GitBox
leesf commented on code in PR #4441: URL: https://github.com/apache/hudi/pull/4441#discussion_r856885563 ## hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/JavaBulkInsertHelper.java: ## @@ -119,7 +118,7 @@ public List bulkInsert(List>

[GitHub] [hudi] hudi-bot commented on pull request #5408: [CI-testing][Do-not-merge] mdt enable and point look ups

2022-04-23 Thread GitBox
hudi-bot commented on PR #5408: URL: https://github.com/apache/hudi/pull/5408#issuecomment-1107474735 ## CI report: * 98397901cd9fba46653768ab0f1f9dcac954002b UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] hudi-bot commented on pull request #5407: [CI_testing][Do-not-merge]Release 0.11.0 mdt point lookups

2022-04-23 Thread GitBox
hudi-bot commented on PR #5407: URL: https://github.com/apache/hudi/pull/5407#issuecomment-1107474733 ## CI report: * b44910a104bd93c1c919c8ee42c21a34949e73c0 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the