steFaiz commented on PR #8716: URL: https://github.com/apache/paimon/pull/8716#issuecomment-5018277163
Thanks for this PR! I'm thinking that do we need to implement independent actions for both PK, Append and DataEvolution tables? If so, we may need to trigger different procedures according to the table type. Can we just implement one delete action but solve different table type independently just like spark? `org.apache.paimon.spark.commands.DeleteFromPaimonTableCommand` Now we could just mark PK and append-only tables as unsupported. -- 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]
