[ 
https://issues.apache.org/jira/browse/HUDI-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393884#comment-17393884
 ] 

ASF GitHub Bot commented on HUDI-2257:
--------------------------------------

veenaypatil opened a new pull request #3404:
URL: https://github.com/apache/hudi/pull/3404


   ## What is the purpose of the pull request
   
   Details added here - https://issues.apache.org/jira/browse/HUDI-2257
   
   ## Brief change log
   
   Updated blog to add Note and set KeyGen class
   
   ## Verify this pull request
   
   This pull request is a trivial rework / code cleanup without any test 
coverage.
   
   ## 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Add a note to set keygenerator class while deleting data
> --------------------------------------------------------
>
>                 Key: HUDI-2257
>                 URL: https://issues.apache.org/jira/browse/HUDI-2257
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Docs
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>              Labels: pull-request-available
>
> Copying examples from this blog 
> [https://hudi.apache.org/blog/delete-support-in-hudi/] , does not work as is 
> for Non-Partitioned table, user have to explicitly set the following option 
> in order for delete to work
> {code:java}
> option("hoodie.datasource.write.keygenerator.class","org.apache.hudi.keygen.NonpartitionedKeyGenerator")
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to