[GitHub] [hudi] codope closed issue #9779: [SUPPORT] Spark MoR tables, can't turn off Compaction completely

2023-09-28 Thread via GitHub
codope closed issue #9779: [SUPPORT] Spark MoR tables, can't turn off Compaction completely URL: https://github.com/apache/hudi/issues/9779 -- 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

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740320900 ## CI report: * d760e2d69ca20aaa49912af17404d418270602a6 Azure:

[GitHub] [hudi] danny0405 commented on a diff in pull request #7907: [HUDI-6495][RFC-66] Non-blocking Concurrency Control

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #7907: URL: https://github.com/apache/hudi/pull/7907#discussion_r1339600606 ## rfc/rfc-66/rfc-66.md: ## @@ -0,0 +1,318 @@ +# RFC-66: Non-blocking Concurrency Control + +## Proposers +- @danny0405 +- @ForwardXu + +## Approvers +- + +## Status +

[GitHub] [hudi] danny0405 commented on a diff in pull request #7907: [HUDI-6495][RFC-66] Non-blocking Concurrency Control

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #7907: URL: https://github.com/apache/hudi/pull/7907#discussion_r1340868393 ## rfc/rfc-66/rfc-66.md: ## @@ -0,0 +1,318 @@ +# RFC-66: Non-blocking Concurrency Control + +## Proposers +- @danny0405 +- @ForwardXu + +## Approvers +- + +## Status +

[GitHub] [hudi] danny0405 commented on a diff in pull request #7907: [HUDI-6495][RFC-66] Non-blocking Concurrency Control

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #7907: URL: https://github.com/apache/hudi/pull/7907#discussion_r1340868197 ## rfc/rfc-66/rfc-66.md: ## @@ -0,0 +1,318 @@ +# RFC-66: Non-blocking Concurrency Control + +## Proposers +- @danny0405 +- @ForwardXu + +## Approvers +- + +## Status +

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740223093 ## CI report: * f85abc444bcd9cdbf2a8bb6e09caa0fcf8de4cb8 Azure:

[GitHub] [hudi] vinothchandar commented on a diff in pull request #7907: [HUDI-6495][RFC-66] Non-blocking Concurrency Control

2023-09-28 Thread via GitHub
vinothchandar commented on code in PR #7907: URL: https://github.com/apache/hudi/pull/7907#discussion_r1340820011 ## rfc/rfc-66/rfc-66.md: ## @@ -0,0 +1,318 @@ +# RFC-66: Non-blocking Concurrency Control + +## Proposers +- @danny0405 +- @ForwardXu + +## Approvers +- + +##

[jira] [Closed] (HUDI-6336) Support TimelineBased Checkpoint Metadata for flink

2023-09-28 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-6336. Resolution: Fixed Fixed via master branch: ce58d02aa367cc0a030d70e2225bb3cc191d2820 > Support

[GitHub] [hudi] li-ang-666 opened a new issue, #9804: [SUPPORT]hudi on flink, after bulk_insert & bucket_index, get int96 exception when flink trigger compaction

2023-09-28 Thread via GitHub
li-ang-666 opened a new issue, #9804: URL: https://github.com/apache/hudi/issues/9804 [offline insert] CREATE TABLE source_table( id DECIMAL(20, 0), company_id BIGINT, shareholder_id STRING, shareholder_entity_type

[GitHub] [hudi] danny0405 commented on a diff in pull request #9651: [HUDI-6336] Support flink timeline-based ckp metadata

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #9651: URL: https://github.com/apache/hudi/pull/9651#discussion_r134079 ## hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/handlers/InstantStateHandler.java: ## @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (HUDI-6336) Support TimelineBased Checkpoint Metadata for flink

2023-09-28 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-6336: - Fix Version/s: 1.0.0 > Support TimelineBased Checkpoint Metadata for flink >

[GitHub] [hudi] danny0405 merged pull request #9651: [HUDI-6336] Support flink timeline-based ckp metadata

2023-09-28 Thread via GitHub
danny0405 merged PR #9651: URL: https://github.com/apache/hudi/pull/9651 -- 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-6336] Support flink timeline-based ckp metadata (#9651)

2023-09-28 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 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 ce58d02aa36 [HUDI-6336] Support flink

[GitHub] [hudi] danny0405 commented on a diff in pull request #9651: [HUDI-6336] Support flink timeline-based ckp metadata

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #9651: URL: https://github.com/apache/hudi/pull/9651#discussion_r1338025400 ## hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/handlers/InstantStateHandler.java: ## @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software

[GitHub] [hudi] danny0405 commented on a diff in pull request #9624: [HUDI-6785] Introduce a new File Group Reader

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #9624: URL: https://github.com/apache/hudi/pull/9624#discussion_r1340788640 ## hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java: ## @@ -0,0 +1,233 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740186675 ## CI report: * 5e62ad3b24d07989a89a1e76c7568c403bd4e93b Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740186367 ## CI report: * 88a73cbcf94cfb57ea705d518a76ed0fdd197ed8 Azure:

[GitHub] [hudi] danny0405 commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
danny0405 commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340784698 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieCreateHandle.java: ## @@ -139,23 +140,34 @@ protected void doWrite(HoodieRecord record, Schema

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740182176 ## CI report: * 5e62ad3b24d07989a89a1e76c7568c403bd4e93b Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740181820 ## CI report: * 88a73cbcf94cfb57ea705d518a76ed0fdd197ed8 Azure:

[GitHub] [hudi] danny0405 commented on issue #9787: [SUPPORT]- Delete support in Hudi Flink

2023-09-28 Thread via GitHub
danny0405 commented on issue #9787: URL: https://github.com/apache/hudi/issues/9787#issuecomment-1740179320 > The one question here is, will this be solved through the concurrency option, where the other writer (another job/tech stack) can use the same Hudi metadata files and delete the

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740146838 ## CI report: * 5e62ad3b24d07989a89a1e76c7568c403bd4e93b Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9768: [HUDI-6898] Medatawriter closing in tests, update logging

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9768: URL: https://github.com/apache/hudi/pull/9768#issuecomment-1740114913 ## CI report: * d0f06bc94e97b6fe5379e5cd8153f4236865c94a Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740108813 ## CI report: * 88a73cbcf94cfb57ea705d518a76ed0fdd197ed8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740079424 ## CI report: * d98bb35597dd653a6cdfa9210294159768fc66f8 Azure:

[GitHub] [hudi] kazdy commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
kazdy commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1740078668 > @voonhous there is also `hoodie.datasource.write.reconcile.schema` as well. Very confusing. > It would be great to unify everything. It is difficult to make changes like this because

[GitHub] [hudi] hudi-bot commented on pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9593: URL: https://github.com/apache/hudi/pull/9593#issuecomment-1740071937 ## CI report: * d98bb35597dd653a6cdfa9210294159768fc66f8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9571: Enabling comprehensive schema evolution in delta streamer code

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9571: URL: https://github.com/apache/hudi/pull/9571#issuecomment-1740064367 ## CI report: * 4cb5672791c93115d2d50d3cf3a1a9127489c469 Azure:

[hudi] branch master updated: [MINOR] Update DOAP with 0.14.0 Release (#9803)

2023-09-28 Thread yihua
This is an automated email from the ASF dual-hosted git repository. yihua 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 f0c70c7cd45 [MINOR] Update DOAP with 0.14.0

[GitHub] [hudi] yihua merged pull request #9803: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread via GitHub
yihua merged PR #9803: URL: https://github.com/apache/hudi/pull/9803 -- 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-53] Update RFC-8 for Metadata based Record Index (#9775)

2023-09-28 Thread yihua
This is an automated email from the ASF dual-hosted git repository. yihua 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 af7caa9382b [HUDI-53] Update RFC-8 for Metadata

[GitHub] [hudi] yihua merged pull request #9775: [HUDI-53] Update RFC-8 for Metadata based Record Index

2023-09-28 Thread via GitHub
yihua merged PR #9775: URL: https://github.com/apache/hudi/pull/9775 -- 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:

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740024063 ## CI report: * 5e62ad3b24d07989a89a1e76c7568c403bd4e93b Azure:

[GitHub] [hudi] yihua commented on a diff in pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
yihua commented on code in PR #9775: URL: https://github.com/apache/hudi/pull/9775#discussion_r1340680357 ## rfc/rfc-8/rfc-8.md: ## @@ -0,0 +1,219 @@ + +# RFC-8: Metadata based Record Index + +## Proposers +- @prashantwason + +## Approvers + + +## Status +JIRA:

[GitHub] [hudi] hudi-bot commented on pull request #9571: Enabling comprehensive schema evolution in delta streamer code

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9571: URL: https://github.com/apache/hudi/pull/9571#issuecomment-1740023304 ## CI report: * a3145c33437cbccc8cac712880d354d6e8184d57 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9571: Enabling comprehensive schema evolution in delta streamer code

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9571: URL: https://github.com/apache/hudi/pull/9571#issuecomment-1740012939 ## CI report: * a3145c33437cbccc8cac712880d354d6e8184d57 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9802: URL: https://github.com/apache/hudi/pull/9802#issuecomment-1740013693 ## CI report: * 5e62ad3b24d07989a89a1e76c7568c403bd4e93b UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] hudi-bot commented on pull request #9803: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9803: URL: https://github.com/apache/hudi/pull/9803#issuecomment-1740001109 ## CI report: * 051cd1f6f78893025d6d55d65d86553e426f900b Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9775: URL: https://github.com/apache/hudi/pull/9775#issuecomment-174972 ## CI report: * 29ac03627b09408aa2601859fb84a97e1a287853 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9803: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9803: URL: https://github.com/apache/hudi/pull/9803#issuecomment-1739953068 ## CI report: * 051cd1f6f78893025d6d55d65d86553e426f900b Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9775: URL: https://github.com/apache/hudi/pull/9775#issuecomment-1739952921 ## CI report: * da75525810315fec420d8ea8c49c8c782ae6f115 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9768: [HUDI-6898] Medatawriter closing in tests, update logging

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9768: URL: https://github.com/apache/hudi/pull/9768#issuecomment-1739942013 ## CI report: * 61e167dc59aa8c5c93e1ee5533418c3ae0e80993 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9775: URL: https://github.com/apache/hudi/pull/9775#issuecomment-1739942107 ## CI report: * da75525810315fec420d8ea8c49c8c782ae6f115 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9803: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9803: URL: https://github.com/apache/hudi/pull/9803#issuecomment-1739942245 ## CI report: * 051cd1f6f78893025d6d55d65d86553e426f900b UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[jira] [Updated] (HUDI-6898) Improve test stability by closing metadata writers, update logging

2023-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-6898: - Labels: pull-request-available (was: ) > Improve test stability by closing metadata writers,

[GitHub] [hudi] hudi-bot commented on pull request #9768: [HUDI-6898] Medatawriter closing in tests, update logging

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9768: URL: https://github.com/apache/hudi/pull/9768#issuecomment-1739931497 ## CI report: * 61e167dc59aa8c5c93e1ee5533418c3ae0e80993 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1739931256 ## CI report: * 097ef6176650413eef2a4c3581ca6e48ea43788f UNKNOWN * 9e0134bffe70b4f97300434ce5e9d2faf62cf827 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9761: [HUDI-6821] Support multiple base file formats in Hudi table

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9761: URL: https://github.com/apache/hudi/pull/9761#issuecomment-1739931396 ## CI report: * be1d48f0e855ddf6deae23b1beea6734d01d7ae7 Azure:

[GitHub] [hudi] prashantwason opened a new pull request, #9803: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread via GitHub
prashantwason opened a new pull request, #9803: URL: https://github.com/apache/hudi/pull/9803 ### Change Logs Update DOAP ### Impact Updated DOAP for 0.14.0 Release ### Risk level (write none, low medium or high below) None ### Documentation Update

[hudi] 01/01: [MINOR] Update DOAP with 0.14.0 Release

2023-09-28 Thread pwason
This is an automated email from the ASF dual-hosted git repository. pwason pushed a commit to branch prashantwason-update-doap-0.14.0 in repository https://gitbox.apache.org/repos/asf/hudi.git commit 051cd1f6f78893025d6d55d65d86553e426f900b Author: Prashant Wason AuthorDate: Thu Sep 28 12:40:01

[hudi] branch prashantwason-update-doap-0.14.0 created (now 051cd1f6f78)

2023-09-28 Thread pwason
This is an automated email from the ASF dual-hosted git repository. pwason pushed a change to branch prashantwason-update-doap-0.14.0 in repository https://gitbox.apache.org/repos/asf/hudi.git at 051cd1f6f78 [MINOR] Update DOAP with 0.14.0 Release This branch includes the following new

[GitHub] [hudi] prashantwason commented on a diff in pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
prashantwason commented on code in PR #9775: URL: https://github.com/apache/hudi/pull/9775#discussion_r1340582114 ## rfc/rfc-8/rfc-8.md: ## @@ -0,0 +1,209 @@ + +# RFC-8: Metadata based Record Index + +## Proposers +- @prashantwason + +## Approvers + + +## Status +JIRA:

[GitHub] [hudi] hudi-bot commented on pull request #9564: [HUDI-6712] Add Parquet file metadata loader

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9564: URL: https://github.com/apache/hudi/pull/9564#issuecomment-1739885413 ## CI report: * e80944893afcc017fc1157e2d25ba1a37f9a6b62 Azure:

svn commit: r64250 - in /release/hudi/0.14.0: ./ hudi-0.14.0.src.tgz hudi-0.14.0.src.tgz.asc hudi-0.14.0.src.tgz.sha512

2023-09-28 Thread bhavanisudha
Author: bhavanisudha Date: Thu Sep 28 19:22:47 2023 New Revision: 64250 Log: Deploy source code to release dist for Hudi 0.14.0 Added: release/hudi/0.14.0/ release/hudi/0.14.0/hudi-0.14.0.src.tgz (with props) release/hudi/0.14.0/hudi-0.14.0.src.tgz.asc

[GitHub] [hudi] hudi-bot commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1739874935 ## CI report: * 097ef6176650413eef2a4c3581ca6e48ea43788f UNKNOWN * 0d0c41303b42c455d94384865f491350c18fb326 Azure:

[GitHub] [hudi] prashantwason commented on a diff in pull request #9775: [HUDI-53] Updated RFC 8 for Metadata based Record Index

2023-09-28 Thread via GitHub
prashantwason commented on code in PR #9775: URL: https://github.com/apache/hudi/pull/9775#discussion_r1340571383 ## rfc/rfc-8/rfc-8.md: ## @@ -0,0 +1,209 @@ + +# RFC-8: Metadata based Record Index + +## Proposers +- @prashantwason + +## Approvers + + +## Status +JIRA:

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340565776 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java: ## @@ -270,14 +272,46 @@ protected boolean writeUpdateRecord(HoodieRecord

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340565776 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java: ## @@ -270,14 +272,46 @@ protected boolean writeUpdateRecord(HoodieRecord

[GitHub] [hudi] hudi-bot commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1739863452 ## CI report: * 097ef6176650413eef2a4c3581ca6e48ea43788f UNKNOWN * 0d0c41303b42c455d94384865f491350c18fb326 Azure:

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340559613 ## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroRecordMerger.java: ## @@ -56,7 +76,8 @@ public HoodieRecordType getRecordType() { private

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340559613 ## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroRecordMerger.java: ## @@ -56,7 +76,8 @@ public HoodieRecordType getRecordType() { private

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340551641 ## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordMerger.java: ## @@ -44,7 +44,7 @@ public interface HoodieRecordMerger extends Serializable {

[GitHub] [hudi] linliu-code commented on a diff in pull request #9593: [HUDI-6784] Support deletion logic in merger

2023-09-28 Thread via GitHub
linliu-code commented on code in PR #9593: URL: https://github.com/apache/hudi/pull/9593#discussion_r1340551126 ## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroRecordMerger.java: ## @@ -66,4 +87,23 @@ private Option combineAndGetUpdateValue(HoodieRecord

[GitHub] [hudi] hudi-bot commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1739809444 ## CI report: * 097ef6176650413eef2a4c3581ca6e48ea43788f UNKNOWN * 7e06b0f3dca0018006cde67afd3e63301c7c04fb Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9743: [HUDI-6872] Test out of box schema evolution for deltastreamer

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9743: URL: https://github.com/apache/hudi/pull/9743#issuecomment-1739798037 ## CI report: * 097ef6176650413eef2a4c3581ca6e48ea43788f UNKNOWN * 7e06b0f3dca0018006cde67afd3e63301c7c04fb Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9761: [HUDI-6821] Support multiple base file formats in Hudi table

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9761: URL: https://github.com/apache/hudi/pull/9761#issuecomment-1739717160 ## CI report: * 42e452b0fe216f23d867ab6f9885d4a4a8507bdc Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9761: [HUDI-6821] Support multiple base file formats in Hudi table

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9761: URL: https://github.com/apache/hudi/pull/9761#issuecomment-1739704484 ## CI report: * 42e452b0fe216f23d867ab6f9885d4a4a8507bdc Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9564: [HUDI-6712] Add Parquet file metadata loader

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9564: URL: https://github.com/apache/hudi/pull/9564#issuecomment-1739703664 ## CI report: * 9e0d6a893f8a7714fb654479f528cd1dbc1a6f2a Azure:

[jira] [Updated] (HUDI-6902) Detect flaky tests

2023-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-6902: - Labels: pull-request-available (was: ) > Detect flaky tests > -- > >

[GitHub] [hudi] linliu-code opened a new pull request, #9802: [HUDI-6902] Create a dummy PR to trigger tests

2023-09-28 Thread via GitHub
linliu-code opened a new pull request, #9802: URL: https://github.com/apache/hudi/pull/9802 As title. ### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature

[jira] [Updated] (HUDI-6902) Detect flaky tests

2023-09-28 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu updated HUDI-6902: -- Status: In Progress (was: Open) > Detect flaky tests > -- > > Key: HUDI-6902 >

[jira] [Assigned] (HUDI-6902) Detect flaky tests

2023-09-28 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu reassigned HUDI-6902: - Assignee: Lin Liu > Detect flaky tests > -- > > Key: HUDI-6902 >

[jira] [Created] (HUDI-6902) Detect flaky tests

2023-09-28 Thread Lin Liu (Jira)
Lin Liu created HUDI-6902: - Summary: Detect flaky tests Key: HUDI-6902 URL: https://issues.apache.org/jira/browse/HUDI-6902 Project: Apache Hudi Issue Type: New Feature Reporter: Lin Liu

[jira] [Assigned] (HUDI-6901) Fix flaky tests in GitHub and Azure CI

2023-09-28 Thread Lin Liu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Liu reassigned HUDI-6901: - Assignee: Lin Liu > Fix flaky tests in GitHub and Azure CI > --- >

[jira] [Created] (HUDI-6901) Fix flaky tests in GitHub and Azure CI

2023-09-28 Thread Lin Liu (Jira)
Lin Liu created HUDI-6901: - Summary: Fix flaky tests in GitHub and Azure CI Key: HUDI-6901 URL: https://issues.apache.org/jira/browse/HUDI-6901 Project: Apache Hudi Issue Type: New Feature

[GitHub] [hudi] hudi-bot commented on pull request #9564: [HUDI-6712] Add Parquet file metadata loader

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9564: URL: https://github.com/apache/hudi/pull/9564#issuecomment-1739636465 ## CI report: * 9e0d6a893f8a7714fb654479f528cd1dbc1a6f2a Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9148: Bump h2 from 1.4.200 to 2.2.220 in /packaging/hudi-metaserver-server-bundle

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9148: URL: https://github.com/apache/hudi/pull/9148#issuecomment-1739622230 ## CI report: * ee73bc8536a30af16f6bb65380c4fdf625f3d098 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9801: [MINOR] Bump org.xerial.snappy:snappy-java from 1.1.8.3 to 1.1.10.4

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9801: URL: https://github.com/apache/hudi/pull/9801#issuecomment-1739528237 ## CI report: * d510b79b9b37713fd8ee49c94b03013f923e1790 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9147: Bump h2 from 1.4.200 to 2.2.220 in /hudi-platform-service/hudi-metaserver

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9147: URL: https://github.com/apache/hudi/pull/9147#issuecomment-1739473956 ## CI report: * c853a18b3c4a6273dc53850f90e855bfe6ec1464 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
hudi-bot commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-1739467127 ## CI report: * 7f5a94900fab2175f6f407113a04e0a82d654e05 Azure:

[GitHub] [hudi] leesf commented on a diff in pull request #9652: [HUDI-6832] Ensure other table services with correct path are not affect…

2023-09-28 Thread via GitHub
leesf commented on code in PR #9652: URL: https://github.com/apache/hudi/pull/9652#discussion_r1340099375 ## hudi-utilities/src/main/java/org/apache/hudi/utilities/multitable/MultiTableServiceUtils.java: ## @@ -44,22 +46,43 @@ * Utils for executing multi-table services. */

[GitHub] [hudi] leesf commented on a diff in pull request #9652: [HUDI-6832] Ensure other table services with correct path are not affect…

2023-09-28 Thread via GitHub
leesf commented on code in PR #9652: URL: https://github.com/apache/hudi/pull/9652#discussion_r1340098499 ## hudi-utilities/src/main/java/org/apache/hudi/utilities/multitable/MultiTableServiceUtils.java: ## @@ -44,22 +46,43 @@ * Utils for executing multi-table services. */

[GitHub] [hudi] hudi-bot commented on pull request #9801: [MINOR] Bump org.xerial.snappy:snappy-java from 1.1.8.3 to 1.1.10.4

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9801: URL: https://github.com/apache/hudi/pull/9801#issuecomment-1739050858 ## CI report: * d510b79b9b37713fd8ee49c94b03013f923e1790 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9148: Bump h2 from 1.4.200 to 2.2.220 in /packaging/hudi-metaserver-server-bundle

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9148: URL: https://github.com/apache/hudi/pull/9148#issuecomment-1739047278 ## CI report: * d2994d7d8df1a9a2714c6e02f1b9c237d9da33e8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9147: Bump h2 from 1.4.200 to 2.2.220 in /hudi-platform-service/hudi-metaserver

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9147: URL: https://github.com/apache/hudi/pull/9147#issuecomment-1739047165 ## CI report: * 65ea539d102d6fa610d010e4a2b2cded06ac5b1d Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
hudi-bot commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-1739041045 ## CI report: * 1a2a3dec3dc7711148db3a1ac1a9bf4b6234dff5 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9801: [MINOR] Bump org.xerial.snappy:snappy-java from 1.1.8.3 to 1.1.10.4

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9801: URL: https://github.com/apache/hudi/pull/9801#issuecomment-1739028243 ## CI report: * d510b79b9b37713fd8ee49c94b03013f923e1790 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the

[GitHub] [hudi] hudi-bot commented on pull request #9148: Bump h2 from 1.4.200 to 2.2.220 in /packaging/hudi-metaserver-server-bundle

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9148: URL: https://github.com/apache/hudi/pull/9148#issuecomment-1739026510 ## CI report: * d2994d7d8df1a9a2714c6e02f1b9c237d9da33e8 Azure:

[GitHub] [hudi] hudi-bot commented on pull request #9147: Bump h2 from 1.4.200 to 2.2.220 in /hudi-platform-service/hudi-metaserver

2023-09-28 Thread via GitHub
hudi-bot commented on PR #9147: URL: https://github.com/apache/hudi/pull/9147#issuecomment-1739026436 ## CI report: * 65ea539d102d6fa610d010e4a2b2cded06ac5b1d Azure:

[GitHub] [hudi] hudi-bot commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
hudi-bot commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-1739023631 ## CI report: * 1a2a3dec3dc7711148db3a1ac1a9bf4b6234dff5 Azure:

[hudi] branch dependabot/maven/packaging/hudi-metaserver-server-bundle/com.h2database-h2-2.2.220 updated (d2994d7d8df -> ee73bc8536a)

2023-09-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/packaging/hudi-metaserver-server-bundle/com.h2database-h2-2.2.220 in repository https://gitbox.apache.org/repos/asf/hudi.git omit d2994d7d8df Bump h2 in

[hudi] 01/01: Bump h2 in /packaging/hudi-metaserver-server-bundle

2023-09-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/packaging/hudi-metaserver-server-bundle/com.h2database-h2-2.2.220 in repository https://gitbox.apache.org/repos/asf/hudi.git commit ee73bc8536a30af16f6bb65380c4fdf625f3d098

[hudi] branch dependabot/maven/hudi-platform-service/hudi-metaserver/com.h2database-h2-2.2.220 updated (65ea539d102 -> c853a18b3c4)

2023-09-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/hudi-platform-service/hudi-metaserver/com.h2database-h2-2.2.220 in repository https://gitbox.apache.org/repos/asf/hudi.git omit 65ea539d102 Bump h2 in

[GitHub] [hudi] codope commented on pull request #9148: Bump h2 from 1.4.200 to 2.2.220 in /packaging/hudi-metaserver-server-bundle

2023-09-28 Thread via GitHub
codope commented on PR #9148: URL: https://github.com/apache/hudi/pull/9148#issuecomment-1738992769 @dependabot rebase -- 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] codope commented on pull request #9147: Bump h2 from 1.4.200 to 2.2.220 in /hudi-platform-service/hudi-metaserver

2023-09-28 Thread via GitHub
codope commented on PR #9147: URL: https://github.com/apache/hudi/pull/9147#issuecomment-1738992449 @dependabot rebase -- 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] dependabot[bot] commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
dependabot[bot] commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-1738989017 Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch,

[GitHub] [hudi] codope commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
codope commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-1738989816 @dependabot recreate -- 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] codope commented on pull request #7674: Bump mysql-connector-java from 8.0.22 to 8.0.28 in /hudi-platform-service/hudi-metaserver/hudi-metaserver-server

2023-09-28 Thread via GitHub
codope commented on PR #7674: URL: https://github.com/apache/hudi/pull/7674#issuecomment-173897 @dependabot rebase -- 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

[hudi] branch dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.4 created (now d510b79b9b3)

2023-09-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.4 in repository https://gitbox.apache.org/repos/asf/hudi.git at d510b79b9b3 Bump org.xerial.snappy:snappy-java from 1.1.8.3 to

[GitHub] [hudi] dependabot[bot] opened a new pull request, #9801: Bump org.xerial.snappy:snappy-java from 1.1.8.3 to 1.1.10.4

2023-09-28 Thread via GitHub
dependabot[bot] opened a new pull request, #9801: URL: https://github.com/apache/hudi/pull/9801 Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.8.3 to 1.1.10.4. Release notes Sourced from

  1   2   >