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/07/21 21:56:06 UTC

[GitHub] [hudi] vburenin opened a new pull request, #6172: added two options to manage partition field names and types during th…

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

   *
   - *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
   
   This is a PoC to demonstrate a possible way of defining a partition field name during the hudi table read operation. This is in response to https://issues.apache.org/jira/browse/HUDI-4430
   
   ## Brief change log
   Added two options:
   1. Force struct string type for the partition field
   2. User custom partition field names for the partition fields.
   
   ## Verify this pull request
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   ## 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 commented on pull request #6172: added two options to manage partition field names and types during th…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10166",
       "triggerID" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1401d473fc9b7707538ca5eeaf18d9fac1de33d2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10166) 
   
   <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 #6172: added two options to manage partition field names and types during th…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1401d473fc9b7707538ca5eeaf18d9fac1de33d2 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 #6172: added two options to manage partition field names and types during th…

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10166",
       "triggerID" : "1401d473fc9b7707538ca5eeaf18d9fac1de33d2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1401d473fc9b7707538ca5eeaf18d9fac1de33d2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10166) 
   
   <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] vburenin commented on pull request #6172: added two options to manage partition field names and types during th…

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

   I am not an expert in scala guys, so that code may need to be cleaned up or completely changed to be 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