vihangk1 opened a new pull request #2864: URL: https://github.com/apache/hive/pull/2864
### What changes were proposed in this pull request? Metastore client throws an exception when events are cleaned up from the metastore side and the lastEventId which is being requested is too old. However, it is possible that client does not care if the events are in sequence or not. In such a case, client should be able to pass in a flag to ignore throwing the exception and return the remaining events from the server. ### Why are the changes needed? Introduces a new HMS client API for a use-case which it doesn't handle currently. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added a new unit test. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
