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 2021/08/06 07:56:35 UTC

[GitHub] [hudi] pengzhiwei2018 opened a new pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

pengzhiwei2018 opened a new pull request #3420:
URL: https://github.com/apache/hudi/pull/3420


   
   ## What is the purpose of the pull request
   
   Support clustering command for spark sql.
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## 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
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] 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] hudi-bot edited a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] YannByron commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
YannByron commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1008248938


   @nsivabalan @yihua 
   If no one take this up, i am glad to.


-- 
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 #3420: [HUDI-2283] Support Clustering Command For Spark Sql

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] yihua commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
yihua commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1008519568


   > @nsivabalan @yihua If no one take this up, i am glad to.
   
   @YannByron Feel free to take a stab at this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #3420: [HUDI-2283] Support Clustering Command For Spark Sql

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


   > Call Produce Command for Spark SQL
   
   hudi cli command can indeed be achieved through Call Produce Command.


-- 
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 removed a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 #3420: [HUDI-2283] Support Clustering Command For Spark Sql

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <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] nsivabalan commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-941836764


   @yihua : Can you take a stab at reviewing this patch. If you wanna jam or need some headsup, I can fill you in. 


-- 
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] nsivabalan closed pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
nsivabalan closed pull request #3420:
URL: https://github.com/apache/hudi/pull/3420


   


-- 
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 #3420: [HUDI-2283] Support Clustering Command For Spark Sql

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <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] yihua commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
yihua commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1008243291


   @pengzhiwei2018 Could you rebase the PR on latest master to resolve the conflicts?


-- 
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] pengzhiwei2018 edited a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
pengzhiwei2018 edited a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1030626700


   > @pengzhiwei2018 Could you rebase the PR on latest master to resolve the conflicts?
   
   Hi @yihua @nsivabalan  , Sorry for the late reply. I have noticed that @XuQianJin-Stars have proposed the [RFC-47] **Add Call Produce Command for Spark SQL**(https://github.com/apache/hudi/pull/4607), which will be a more generic way to support the hudi cli command.  This Pr can be a part of the RFC-47 so that we can unified the grammar for all the commands including the clustering command. So I think @XuQianJin-Stars can you take a look at the Pr and think the common way to support the hudi cli command.


-- 
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] nsivabalan commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1032121840


   sounds good with me if you are fine. I was wondering if patch is already ready, why close it out. but agree that call produce might be the way to go. we can probably close this patch then. and let @XuQianJin-Stars put up a patch for clustering w/ call produce. 
   


-- 
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 removed a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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] nsivabalan commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-941836764


   @yihua : Can you take a stab at reviewing this patch. If you wanna jam or need some headsup, I can fill you in. 


-- 
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 removed a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 #3420: [HUDI-2283] Support Clustering Command For Spark Sql

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <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] YannByron commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
YannByron commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1014128455


   @nsivabalan @yihua
   I cherry-pick @pengzhiwei2018 codes, and submit another pr:  #4613 . 


-- 
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 edited a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot 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] pengzhiwei2018 commented on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
pengzhiwei2018 commented on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-1030626700


   > @pengzhiwei2018 Could you rebase the PR on latest master to resolve the conflicts?
   
   Hi @yihua , Sorry for the late reply. I have noticed that @XuQianJin-Stars have proposed the [RFC-47] **Add Call Produce Command for Spark SQL**(https://github.com/apache/hudi/pull/4607), which will be a more generic way to support the hudi cli command.  This Pr can be a part of the RFC-47 so that we can unified the grammar for all the commands including the clustering command. So I think @XuQianJin-Stars can you take a look at the Pr and think the common way to support the hudi cli command.


-- 
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 edited a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432",
       "triggerID" : "177f18c8632c37bf50c0ac36eb85012cbd76260d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 177f18c8632c37bf50c0ac36eb85012cbd76260d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1432) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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 edited a comment on pull request #3420: [HUDI-2283] Support Clustering Command For Spark Sql

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3420:
URL: https://github.com/apache/hudi/pull/3420#issuecomment-894079347


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