You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/28 09:55:08 UTC

[GitHub] [hudi] 1032851561 opened a new pull request, #7011: [HUDI-5102] source operator(monitor and reader) support user uid

1032851561 opened a new pull request, #7011:
URL: https://github.com/apache/hudi/pull/7011

   source operator(monitor and reader) support user uid
   
   ## *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 purpose of the pull request
   
   https://issues.apache.org/jira/browse/HUDI-5090
   
   ## Brief change log
   
   refer to org.apache.hudi.sink.utils.Pipelines#hoodieStreamWrite , add user uid for StreamReadMonitoringFunction and StreamReadOperator
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [x] Has a corresponding JIRA in PR title & commit
    
    - [x] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   
   
    


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 commented on a diff in pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1007597046


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   OK



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: Update HoodieTableSource.java

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1285201232

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294809832

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c15524e44895edccc80a6fba5b93563b842e32e8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on a diff in pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1006677853


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   Did you notice that i have pasted a patch under the comments, you can apply the patch with command:
   ```java
   git apply xxx.patch
   ```



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294734269

   Hi, can you rebase with the latest master and force push with the branch ?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 commented on a diff in pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1006346027


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   Of course, I have optimized it.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294404949

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610) 
   * 7ee57b09c114d8c625c1592e28178e8b40aca4e1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1286304680

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1292186864

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 closed pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 closed pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid
URL: https://github.com/apache/hudi/pull/7011


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1292916539

   [fix_op_uid.patch.zip](https://github.com/apache/hudi/files/9875471/fix_op_uid.patch.zip)
   Thanks for the contribution, i have reviewed and applied a patch, can you
   log a JIRA issue here: 
   https://issues.apache.org/jira/projects/HUDI/issues/HUDI-5066?filter=allopenissues
   
   and change your commit title into:
   [HUDI-${JIRA_ID}] ${your commit title}


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 commented on a diff in pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1006595657


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   done.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on a diff in pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1006486062


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   Can you apply the review patch though ~



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294580705

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * c15524e44895edccc80a6fba5b93563b842e32e8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294569125

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638",
       "triggerID" : "1294532764",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7ee57b09c114d8c625c1592e28178e8b40aca4e1 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633) 
   * c15524e44895edccc80a6fba5b93563b842e32e8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12638) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294795054

   > Hi, can you rebase with the latest master and force push with the branch ?
   
   I have create new branch "fix_op_uid" . Do I pull request again or directly push branch?
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1291600290

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1299500047

   Close because it is fixed in #7085.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294408756

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610) 
   * 7ee57b09c114d8c625c1592e28178e8b40aca4e1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 closed pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 closed pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid
URL: https://github.com/apache/hudi/pull/7011


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1292896402

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590) 
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1293062040

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on a diff in pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #7011:
URL: https://github.com/apache/hudi/pull/7011#discussion_r1006333162


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSource.java:
##########
@@ -188,9 +188,11 @@ public DataStream<RowData> produceDataStream(StreamExecutionEnvironment execEnv)
           InputFormat<RowData, ?> inputFormat = getInputFormat(true);
           OneInputStreamOperatorFactory<MergeOnReadInputSplit, RowData> factory = StreamReadOperator.factory((MergeOnReadInputFormat) inputFormat);
           SingleOutputStreamOperator<RowData> source = execEnv.addSource(monitoringFunction, getSourceOperatorName("split_monitor"))
+              .uid("uid_split_monitor_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(1)
               .keyBy(MergeOnReadInputSplit::getFileId)
               .transform("split_reader", typeInfo, factory)
+              .uid("uid_split_reader_" + conf.getString(FlinkOptions.TABLE_NAME))
               .setParallelism(conf.getInteger(FlinkOptions.READ_TASKS));
           return new DataStreamSource<>(source);

Review Comment:
   Can we reuse the util method: `opItentifier` ?



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294532764

   @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 unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] 1032851561 commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
1032851561 commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294789721

   > 
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294457703

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635",
       "triggerID" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7ee57b09c114d8c625c1592e28178e8b40aca4e1 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633) 
   * c15524e44895edccc80a6fba5b93563b842e32e8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12635) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: [HUDI-5102] source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1294454747

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633",
       "triggerID" : "7ee57b09c114d8c625c1592e28178e8b40aca4e1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c15524e44895edccc80a6fba5b93563b842e32e8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610) 
   * 7ee57b09c114d8c625c1592e28178e8b40aca4e1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12633) 
   * c15524e44895edccc80a6fba5b93563b842e32e8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1292899464

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590",
       "triggerID" : "1291566585",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610",
       "triggerID" : "7268dd60d09a60ac84761a7e177306a9d2b3c576",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12590) 
   * 7268dd60d09a60ac84761a7e177306a9d2b3c576 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12610) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #7011: Update HoodieTableSource.java

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1285208672

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384",
       "triggerID" : "4e780b9f2024918093bedfe9aaa9dd9687e5dd0e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e780b9f2024918093bedfe9aaa9dd9687e5dd0e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12384) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] XuQianJin-Stars commented on pull request #7011: source operator(monitor and reader) support user uid

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on PR #7011:
URL: https://github.com/apache/hudi/pull/7011#issuecomment-1291566585

   @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 unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org