pinal-shah opened a new pull request, #498:
URL: https://github.com/apache/atlas/pull/498

   ## What changes were proposed in this pull request?
   
   Issue1: Audit aging is not working 
   - Added new method to support it
   
   Issue2: Null pointer while listing audits without action 
   - added check
   
   Issue3: Audits doesn't gets sorted through 'user' or 'action' 
   - supported sorting through postgres query
   - for action column which stores audit operation, Enum ordinal value was 
stored, this patch changes it to store Enum name. if not changed, we will have 
to sort inmemory to get correct results according enum name.
   
   ## How was this patch tested?
   
   manually


-- 
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]

Reply via email to