You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "a49a (via GitHub)" <gi...@apache.org> on 2023/02/06 07:05:26 UTC

[GitHub] [hudi] a49a opened a new pull request, #7863: [MINOR] Fix indexer typos

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

   ### Change Logs
   
   Fix typos in HoodieIndexer class
   
   ### Impact
   
   Only comments and descriptions
   
   ### Risk level (write none, low medium or high below)
   
   none
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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 #7863: [MINOR] Fix indexer typos

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7863:
URL: https://github.com/apache/hudi/pull/7863#issuecomment-1418965935

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14955",
       "triggerID" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 722400e2ef3c1327a07038c6e1752f624808cccc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14955) 
   
   <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 #7863: [MINOR] Fix indexer typos

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on PR #7863:
URL: https://github.com/apache/hudi/pull/7863#issuecomment-1420239098

   There are test failures, can you check in local whether they can test pass?


-- 
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 #7863: [MINOR] Fix indexer typos

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7863:
URL: https://github.com/apache/hudi/pull/7863#issuecomment-1418655783

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14955",
       "triggerID" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 722400e2ef3c1327a07038c6e1752f624808cccc Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14955) 
   
   <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 #7863: [MINOR] Fix indexer typos

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7863:
URL: https://github.com/apache/hudi/pull/7863#issuecomment-1418621365

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "722400e2ef3c1327a07038c6e1752f624808cccc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 722400e2ef3c1327a07038c6e1752f624808cccc 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] nsivabalan merged pull request #7863: [MINOR] Fix indexer typos

Posted by "nsivabalan (via GitHub)" <gi...@apache.org>.
nsivabalan merged PR #7863:
URL: https://github.com/apache/hudi/pull/7863


-- 
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