Kadir OZDEMIR created PHOENIX-5788: -------------------------------------- Summary: Handling deletes on non-existing rows Key: PHOENIX-5788 URL: https://issues.apache.org/jira/browse/PHOENIX-5788 Project: Phoenix Issue Type: Sub-task Environment: PHOENIX-5709 skips generating index delete mutations if the data table rows (and thus the index table rows) do not exist. However, it allows the delete mutations to be applied on the data table. This does not create a data integrity problem but creates an extra case to handle for the inline verification implementation to consider. PHOENIX-5709 currently does not handle this case. We should either apply these delete statements to both tables or apply none of them Reporter: Kadir OZDEMIR Assignee: Kadir OZDEMIR
-- This message was sent by Atlassian Jira (v8.3.4#803005)