[GitHub] [hudi] hudi-bot edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-862136673 ## CI report: * cd25e8a35b0dba2de3479d3a5b58f60d7b758e02 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] codecov-commenter commented on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
codecov-commenter commented on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864517429 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache

[GitHub] [hudi] hudi-bot edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-862136673 ## CI report: * cd25e8a35b0dba2de3479d3a5b58f60d7b758e02 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] yuzhaojing commented on a change in pull request #3105: [HUDI-2038] Rollback pending compaction when schedule new compaction

2021-06-20 Thread GitBox
yuzhaojing commented on a change in pull request #3105: URL: https://github.com/apache/hudi/pull/3105#discussion_r654898311 ## File path: hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/action/compact/FlinkScheduleCompactionActionExecutor.java ## @@ -72,6 +75

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864517429 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864517429 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864517429 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864517429 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] hudi-bot edited a comment on pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-862136673 ## CI report: * 7dc7b1f9434ea3e602e2886e357bc467ab56aaf3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] garyli1019 commented on pull request #3093: [HUDI-2031] JVM occasionally crashes during compaction when spark speculative execution is enabled

2021-06-20 Thread GitBox
garyli1019 commented on pull request #3093: URL: https://github.com/apache/hudi/pull/3093#issuecomment-864544552 > Change looks reasonable. let me think bit more around the scenarios before merging this. > > Anyway we can write a unit test around this scenario? We found compac

[GitHub] [hudi] veenaypatil commented on a change in pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
veenaypatil commented on a change in pull request #3092: URL: https://github.com/apache/hudi/pull/3092#discussion_r654937577 ## File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/KafkaOffsetGen.java ## @@ -297,7 +293,35 @@ public String getTopicN

[GitHub] [hudi] veenaypatil commented on a change in pull request #3092: [HUDI-1910] [WIP] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
veenaypatil commented on a change in pull request #3092: URL: https://github.com/apache/hudi/pull/3092#discussion_r654938113 ## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestKafkaSource.java ## @@ -58,7 +67,7 @@ @BeforeAll public static

[GitHub] [hudi] fanaticjo commented on a change in pull request #3035: [HUDI-1936] Introduce a optional property for conditional upsert

2021-06-20 Thread GitBox
fanaticjo commented on a change in pull request #3035: URL: https://github.com/apache/hudi/pull/3035#discussion_r654948338 ## File path: hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteWithCustomAvroPayload.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apac

[GitHub] [hudi] veenaypatil commented on pull request #3092: [HUDI-1910] Commit Offset to Kafka after successful Hudi commit

2021-06-20 Thread GitBox
veenaypatil commented on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-864579008 @n3nash @vinothchandar all the changes are done and tested, can you please review -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [hudi] pratyakshsharma commented on pull request #3010: Improving Hudi CLI tool docs

2021-06-20 Thread GitBox
pratyakshsharma commented on pull request #3010: URL: https://github.com/apache/hudi/pull/3010#issuecomment-864594445 Sure. -- 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 #3010: Improving Hudi CLI tool docs

2021-06-20 Thread GitBox
hudi-bot commented on pull request #3010: URL: https://github.com/apache/hudi/pull/3010#issuecomment-864597581 ## CI report: * 41b7708cff642483f9e1de9fba04f396151e2bdd UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run travis`

[GitHub] [hudi] xushiyan opened a new pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
xushiyan opened a new pull request #3118: URL: https://github.com/apache/hudi/pull/3118 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## What is the purpose of the pu

[GitHub] [hudi] hudi-bot commented on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
hudi-bot commented on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-864608349 ## CI report: * 0b565a29c6ef34cf59edaac71b1075ce8c1ccfde UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run travis`

[GitHub] [hudi] codecov-commenter commented on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
codecov-commenter commented on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-86460 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-86460 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] tandonraghav commented on issue #3078: [SUPPORT] combineAndGetUpdateValue is not getting called when Schema evolution happens

2021-06-20 Thread GitBox
tandonraghav commented on issue #3078: URL: https://github.com/apache/hudi/issues/3078#issuecomment-864611953 @n3nash I am not able to resolve this. `preCombine` can be called even if there are no duplicates in the incoming records? Can you please explain with a sample ? I fail to

[GitHub] [hudi] hudi-bot edited a comment on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-864608349 ## CI report: * 0b565a29c6ef34cf59edaac71b1075ce8c1ccfde Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-86460 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-86460 -- 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 edited a comment on pull request #3118: [MINOR] try fix azure ci cache

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3118: URL: https://github.com/apache/hudi/pull/3118#issuecomment-864608349 ## CI report: * 0b565a29c6ef34cf59edaac71b1075ce8c1ccfde Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] xushiyan merged pull request #3118: [MINOR] Put Azure cache tasks first

2021-06-20 Thread GitBox
xushiyan merged pull request #3118: URL: https://github.com/apache/hudi/pull/3118 -- 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. For queries about this service, please c

[hudi] branch master updated: [MINOR] Put Azure cache tasks first (#3118)

2021-06-20 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 e41f13f [MINOR] Put Azure cache tasks first (#3

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] swuferhong closed pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
swuferhong closed pull request #3100: URL: https://github.com/apache/hudi/pull/3100 -- 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. For queries about this service, please

[GitHub] [hudi] swuferhong opened a new pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
swuferhong opened a new pull request #3100: URL: https://github.com/apache/hudi/pull/3100 …batch compaction ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## Wh

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3100: URL: https://github.com/apache/hudi/pull/3100#issuecomment-862906759 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3100?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3100: URL: https://github.com/apache/hudi/pull/3100#issuecomment-862906759 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3100?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3100: URL: https://github.com/apache/hudi/pull/3100#issuecomment-862906759 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3100?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3100: [HUDI-2034] Support explicit partition compaction strategy for flink …

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3100: URL: https://github.com/apache/hudi/pull/3100#issuecomment-862906759 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3100?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The

[GitHub] [hudi] fengjian428 commented on a change in pull request #2784: [HUDI-1740] Fix insert-overwrite API archival

2021-06-20 Thread GitBox
fengjian428 commented on a change in pull request #2784: URL: https://github.com/apache/hudi/pull/2784#discussion_r654191440 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/MetadataConversionUtils.java ## @@ -72,10 +73,21 @@ public stati

[GitHub] [hudi] nsivabalan commented on a change in pull request #2927: [HUDI-1129] Improving schema evolution support in hudi

2021-06-20 Thread GitBox
nsivabalan commented on a change in pull request #2927: URL: https://github.com/apache/hudi/pull/2927#discussion_r655052508 ## File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala ## @@ -89,22 +89,45 @@ object HoodieSparkUtils exten

[GitHub] [hudi] nsivabalan commented on a change in pull request #2927: [HUDI-1129] Improving schema evolution support in hudi

2021-06-20 Thread GitBox
nsivabalan commented on a change in pull request #2927: URL: https://github.com/apache/hudi/pull/2927#discussion_r655052508 ## File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala ## @@ -89,22 +89,45 @@ object HoodieSparkUtils exten

[GitHub] [hudi] hudi-bot commented on pull request #2927: [HUDI-1129] Improving schema evolution support in hudi

2021-06-20 Thread GitBox
hudi-bot commented on pull request #2927: URL: https://github.com/apache/hudi/pull/2927#issuecomment-864700767 ## CI report: * 2667501ff9689af403ed7de7101375ea74ce407b UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run travis`

[GitHub] [hudi] hudi-bot edited a comment on pull request #2927: [HUDI-1129] Improving schema evolution support in hudi

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2927: URL: https://github.com/apache/hudi/pull/2927#issuecomment-864700767 ## CI report: * 2667501ff9689af403ed7de7101375ea74ce407b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] hudi-bot edited a comment on pull request #2927: [HUDI-1129] Improving schema evolution support in hudi

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2927: URL: https://github.com/apache/hudi/pull/2927#issuecomment-864700767 ## CI report: * 2667501ff9689af403ed7de7101375ea74ce407b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[jira] [Commented] (HUDI-1248) [UMBRELLA] Tests cleanup and fixes

2021-06-20 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366370#comment-17366370 ] Vinoth Chandar commented on HUDI-1248: -- First one seems related to ORC.  > [UMBRELLA

[GitHub] [hudi] vinothchandar commented on a change in pull request #3109: [HUDI-2043] HoodieDefaultTimeline$filterPendingCompactionTImeline() m…

2021-06-20 Thread GitBox
vinothchandar commented on a change in pull request #3109: URL: https://github.com/apache/hudi/pull/3109#discussion_r655069369 ## File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieDefaultTimeline.java ## @@ -127,7 +127,7 @@ public HoodieTimeline

[GitHub] [hudi] vinothchandar commented on pull request #3110: [HUDI-1248] Increase timeout for deltaStreamerTestRunner in TestHoodi…

2021-06-20 Thread GitBox
vinothchandar commented on pull request #3110: URL: https://github.com/apache/hudi/pull/3110#issuecomment-864722244 Let's merge this for now to get CI be lil happy again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [hudi] vinothchandar merged pull request #3110: [HUDI-1248] Increase timeout for deltaStreamerTestRunner in TestHoodi…

2021-06-20 Thread GitBox
vinothchandar merged pull request #3110: URL: https://github.com/apache/hudi/pull/3110 -- 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. For queries about this service, ple

[hudi] branch master updated: [HUDI-1248] Increase timeout for deltaStreamerTestRunner in TestHoodieDeltaStreamer (#3110)

2021-06-20 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth 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 429e9fb [HUDI-1248] Increase timeout for deltaStr

[GitHub] [hudi] xushiyan commented on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
xushiyan commented on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-864725931 @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 co

[GitHub] [hudi] vinothchandar commented on a change in pull request #2903: [HUDI-1850] Fixing read of a empty table but with failed write

2021-06-20 Thread GitBox
vinothchandar commented on a change in pull request #2903: URL: https://github.com/apache/hudi/pull/2903#discussion_r655073962 ## File path: hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/HoodieSparkSqlWriterSuite.scala ## @@ -229,7 +231,42 @@ class

[GitHub] [hudi] hudi-bot commented on pull request #2903: [HUDI-1850] Fixing read of a empty table but with failed write

2021-06-20 Thread GitBox
hudi-bot commented on pull request #2903: URL: https://github.com/apache/hudi/pull/2903#issuecomment-864727710 ## CI report: * f474fba1301a32298a4297f4a9dffc2bd99f518b UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run travis`

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] vinothchandar commented on pull request #3093: [HUDI-2031] JVM occasionally crashes during compaction when spark speculative execution is enabled

2021-06-20 Thread GitBox
vinothchandar commented on pull request #3093: URL: https://github.com/apache/hudi/pull/3093#issuecomment-864728997 Generally speaking, I am bit skeptical on overall use of speculative execution. Most of the policies are pretty naive. Anyways, @garyli1019 Would love to get a JIRA with some

[GitHub] [hudi] hudi-bot edited a comment on pull request #2903: [HUDI-1850] Fixing read of a empty table but with failed write

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2903: URL: https://github.com/apache/hudi/pull/2903#issuecomment-864727710 ## CI report: * f474fba1301a32298a4297f4a9dffc2bd99f518b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] xushiyan opened a new pull request #3119: test commit

2021-06-20 Thread GitBox
xushiyan opened a new pull request #3119: URL: https://github.com/apache/hudi/pull/3119 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contributing.html before opening a pull request.* ## What is the purpose of the pu

[GitHub] [hudi] hudi-bot edited a comment on pull request #2903: [HUDI-1850] Fixing read of a empty table but with failed write

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2903: URL: https://github.com/apache/hudi/pull/2903#issuecomment-864727710 ## CI report: * f474fba1301a32298a4297f4a9dffc2bd99f518b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[jira] [Comment Edited] (HUDI-1248) [UMBRELLA] Tests cleanup and fixes

2021-06-20 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365844#comment-17365844 ] Raymond Xu edited comment on HUDI-1248 at 6/21/21, 5:59 AM: -S

[jira] [Comment Edited] (HUDI-1248) [UMBRELLA] Tests cleanup and fixes

2021-06-20 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365844#comment-17365844 ] Raymond Xu edited comment on HUDI-1248 at 6/21/21, 6:00 AM: -S

[GitHub] [hudi] xushiyan closed pull request #3119: test commit

2021-06-20 Thread GitBox
xushiyan closed pull request #3119: URL: https://github.com/apache/hudi/pull/3119 -- 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. For queries about this service, please c

[GitHub] [hudi] xushiyan edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
xushiyan edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-861658292 @vinothchandar remove the PR filter `(AZURE CI)` so let's see how the builds running [here](https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build?definitionId=5).

[jira] [Created] (HUDI-2045) Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

2021-06-20 Thread pengzhiwei (Jira)
pengzhiwei created HUDI-2045: Summary: Support Read Hoodie As DataSource Table For Flink And DeltaStreamer Key: HUDI-2045 URL: https://issues.apache.org/jira/browse/HUDI-2045 Project: Apache Hudi

[jira] [Updated] (HUDI-2045) Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

2021-06-20 Thread pengzhiwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] pengzhiwei updated HUDI-2045: - Description: Currently we only support reading hoodie table as datasource table for spark since [Issue 22

[jira] [Updated] (HUDI-2045) Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

2021-06-20 Thread pengzhiwei (Jira)
[ https://issues.apache.org/jira/browse/HUDI-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] pengzhiwei updated HUDI-2045: - Description: Currently we only support reading hoodie table as datasource table for spark since [https://

[GitHub] [hudi] pengzhiwei2018 opened a new pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
pengzhiwei2018 opened a new pull request #3120: URL: https://github.com/apache/hudi/pull/3120 …taStreamer ## What is the purpose of the pull request Currently we only support reading hoodie table as datasource table for spark since https://github.com/apache/hudi/pull/2283

[jira] [Updated] (HUDI-2045) Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

2021-06-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-2045: - Labels: pull-request-available (was: ) > Support Read Hoodie As DataSource Table For Flink And De

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] hudi-bot commented on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
hudi-bot commented on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864760893 ## CI report: * 4ac3a6ecba8a3ee7a2e16c408893cc839c499f7f UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run travis`

[GitHub] [hudi] danny0405 commented on a change in pull request #3109: [HUDI-2043] HoodieDefaultTimeline$filterPendingCompactionTImeline() m…

2021-06-20 Thread GitBox
danny0405 commented on a change in pull request #3109: URL: https://github.com/apache/hudi/pull/3109#discussion_r655104702 ## File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieDefaultTimeline.java ## @@ -127,7 +127,7 @@ public HoodieTimeline filt

[GitHub] [hudi] hudi-bot edited a comment on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864760893 ## CI report: * 4ac3a6ecba8a3ee7a2e16c408893cc839c499f7f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] hudi-bot edited a comment on pull request #2906: [HUDI-393] remove travis

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #2906: URL: https://github.com/apache/hudi/pull/2906#issuecomment-830929050 ## CI report: * e96f2c03ab0f4fd6deb6803479fa6624eb21ed73 UNKNOWN * 0985b9b4a64b8015257eae8d85dfd899acf7a910 UNKNOWN * 7d6525d83a0fb964feb121e44fc617342778aff

[GitHub] [hudi] hudi-bot edited a comment on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864760893 ## CI report: * 4ac3a6ecba8a3ee7a2e16c408893cc839c499f7f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/res

[GitHub] [hudi] hudi-bot edited a comment on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864760893 ## CI report: * 4ac3a6ecba8a3ee7a2e16c408893cc839c499f7f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/re

[GitHub] [hudi] codecov-commenter commented on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
codecov-commenter commented on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864770805 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3120?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache

[GitHub] [hudi] hudi-bot edited a comment on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
hudi-bot edited a comment on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864760893 ## CI report: * 4ac3a6ecba8a3ee7a2e16c408893cc839c499f7f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/re

[GitHub] [hudi] codecov-commenter edited a comment on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

2021-06-20 Thread GitBox
codecov-commenter edited a comment on pull request #3120: URL: https://github.com/apache/hudi/pull/3120#issuecomment-864770805 # [Codecov](https://codecov.io/gh/apache/hudi/pull/3120?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The