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

[GitHub] [hudi] slfan1989 opened a new pull request, #8094: [HUDI-5876] Remove usage of deprecated TableConfig.

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

   ### Change Logs
   
   JIRA: HUDI-5876. Remove usage of deprecated TableConfig.
   
   This is a small change, I found out that SortOperatorGen initializes TableConfig using deprecated method. Use recommended methods to improve.
   
   TableConfig
   ```
   /** Please use {@link TableConfig#getDefault()} instead. */
   @Deprecated
   public TableConfig() {}
   ```
   
   ### Impact
   
   none.
   
   ### Risk level (write none, low medium or high below)
   
   none.
   
   ### Documentation Update
   
   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] danny0405 merged pull request #8094: [HUDI-5876] Remove usage of deprecated TableConfig.

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


-- 
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 #8094: [HUDI-5876] Remove usage of deprecated TableConfig.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0123e176853d34eabeb39c71f45061b927c0d93a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15575",
       "triggerID" : "0123e176853d34eabeb39c71f45061b927c0d93a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0123e176853d34eabeb39c71f45061b927c0d93a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15575) 
   
   <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 #8094: [HUDI-5876] Remove usage of deprecated TableConfig.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0123e176853d34eabeb39c71f45061b927c0d93a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0123e176853d34eabeb39c71f45061b927c0d93a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0123e176853d34eabeb39c71f45061b927c0d93a 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 #8094: [HUDI-5876] Remove usage of deprecated TableConfig.

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

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