liaotian1005 opened a new pull request, #7633:
URL: https://github.com/apache/hudi/pull/7633
create table hudi_cow_nonpcf_tbl (
uuid int,
name string,
price double
) using hudi;
delete from hudi_cow_nonpcf_tbl where uuid = 1;
throw exception
org.apache.hudi.exception.HoodieIOException: Deletes issued without any
prior commits
at
org.apache.hudi.client.BaseHoodieWriteClient.setWriteSchemaForDeletes(BaseHoodieWriteClient.java:1509)
An error occurs when the table does not have any instants for delelte
statements
--
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]