kevinrr888 opened a new pull request, #5491: URL: https://github.com/apache/accumulo/pull/5491
Prevents `tableOperations().deleteRows` of system tables in 4.0. 2.1 system tables: - root <-- `cannot` delete rows - metadata <-- `cannot` delete rows - replication <-- `can` deleteRows 4.0 system tables: - root <-- before: `cannot` delete rows, after: same - metadata <-- before: `cannot` delete rows, after: same - scan_ref <-- before: `can` delete rows, after: `cannot` delete rows - fate <-- before: `can` delete rows, after: `cannot` delete rows I did not target 2.1 because I was unsure if we want `deleteRows` for the replication table (seems like that was the intent, but table expectations changed in 4.0). Created from discussion: https://github.com/apache/accumulo/pull/5474#discussion_r2042456618 -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org