hudi-bot opened a new issue, #14791:
URL: https://github.com/apache/hudi/issues/14791
Allow to delete/update a non-pk table.
{code:java}
create table h0 (
id int,
name string,
price double
) using hudi;
delete from h0 where id = 10;
update h0 set price = 10 where id = 12;
{code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-1885
- Type: New Feature
- Epic: https://issues.apache.org/jira/browse/HUDI-4699
---
## Comments
01/Nov/21 15:42;shivnarayan;[~rxu]: since you are shepherding this,
assigning the ticket to you. Once PR is landed, ensure to assign the ticket
back to Yann before closing out the ticket. ;;;
---
06/Nov/21 05:36;[email protected];I'll let users force to provide
`recordKey` or `primaryKey` to make Delete/Update available, until write-core
support this without pk.;;;
--
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]