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/09/23 15:25:46 UTC

[GitHub] [hudi] ranjani1993 opened a new issue, #6777: [SUPPORT] HUDI exclude columns from update

ranjani1993 opened a new issue, #6777:
URL: https://github.com/apache/hudi/issues/6777

   Is there any way in HUDI to exclude certain columns from update?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] yihua commented on issue #6777: [SUPPORT] HUDI exclude columns from update

Posted by GitBox <gi...@apache.org>.
yihua commented on issue #6777:
URL: https://github.com/apache/hudi/issues/6777#issuecomment-1256827661

   @ranjani1993 The update logic is controlled by the payload class, `hoodie.datasource.write.payload.class`.  Default is `OverwriteWithLatestAvroPayload`.  You can implement your own update logic to exclude certain columns.  You can also take a look at `PartialUpdateAvroPayload` in the latest master to see if that satisfies your requirement.


-- 
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] ranjani1993 closed issue #6777: [SUPPORT] HUDI exclude columns from update

Posted by GitBox <gi...@apache.org>.
ranjani1993 closed issue #6777: [SUPPORT] HUDI exclude columns from update
URL: https://github.com/apache/hudi/issues/6777


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