Export - CSV (All fields)
Export - CSV (Current fields)
- PHOENIX-6154
Move the check for existence of child views and task addition to drop those child views to the client side when dropping a table/view - PHOENIX-5498
When dropping a view, send delete mutations for parent->child links from client to server rather than doing server-server RPCs - PHOENIX-5497
When dropping a view, use the PTable for generating delete mutations for links rather than scanning SYSTEM.CATALOG - PHOENIX-5404
Move check to client side to see if there are any child views that need to be dropped while receating a table/view - PHOENIX-5366
Perform splittable SYSCAT actions on the client only - PHOENIX-4961
Modify MetdataEndpointImpl.processRemoteRegionMutations to run as login user - PHOENIX-4945
Move parent index inheriting logic of views to server - PHOENIX-4942
Move MetaDataEndpointImplTest to integration test - PHOENIX-4893
Move parent column combining logic of view and view indexes from server to client - PHOENIX-4879
Add tests for salted tables to AlterMultiTenantTableWithViewsIT - PHOENIX-4875
Don't acquire a mutex while dropping a table and while creating a view - PHOENIX-4868
Create a column attribute IS_EXCLUDED to denote a dropped derived column and remove LinkType.EXCLUDED_COLUMN - PHOENIX-4861
While adding a view column make a single RPC to update the encoded column qualifier counter and remove the table from the cache of the physical table - PHOENIX-4855
Continue to write base table column metadata when creating a view in order to support rollback - PHOENIX-4810
Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal - PHOENIX-4799
Write cells using checkAndMutate to prevent conflicting changes - PHOENIX-4798
Update encoded col qualifiers on the base table correctly - PHOENIX-4767
Remove code in MetadataEndpointImpl.createTable that removes parent table column metadata - PHOENIX-4766
Create client side config to stop sending parent metadata while creating child views - PHOENIX-4765
Add client and server side config property to enable rollback of splittable System Catalog if required - PHOENIX-4764
Cleanup metadata of child views for a base table that has been dropped - PHOENIX-4763
Changing a base table property value should be reflected in child views (if the property wasn't changed)
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0