phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Apache Phoenix

Results 229 phoenix issues
Sort by recently updated
recently updated
newest added

This PR currently has 3 commits, each of which do independent tasks as follows: - Add spotless plugin to format code in phoenix - Update dev/PhoenixCodeTemplate.xml to use latest format...

Jira: PHOENIX-7434 PHOENIX-7411 introduces Atomic Delete support for the single row deletion. It returns result (row) back to the client (using new API) only if the given client initiated Delete...

- Remove imports and replace with equivalent code - Add RestrictImports rule to restrict further usage of it in codebase

Open source JIRA : [PHOENIX-7625](https://issues.apache.org/jira/browse/PHOENIX-7625)

1. Remove CDC Object from SYSTEM.CATALOG when table is dropped 2. Set UCF=2h on CDC streams system tables. 3. try-with-resource for PhoenixMasterObserver

Refactor `ReplicationLog` so we can have an instance of it managing a group of replication logs for a given 'HA Group' (refer to design doc), for as many HA groups...