nrg4878 opened a new pull request, #4201: URL: https://github.com/apache/hive/pull/4201
…veen Gangam) ### What changes were proposed in this pull request? Adding a method "fireInsertEvent" in Hive.java that can be used to trigger INSERT events in Hive Metastore. These events can in-turn be used by clients like Impala to refresh stats or file metadata for the tables. This class already has an existing method that is private, but it also takes in Hive Objects for arguments. Instead of making this a public method, it by choice that we added a new method with primitive arguments. ### Why are the changes needed? Any non-hive code that uses this class like Spark can trigger events for DML operations in their engines. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit Tests -- 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]
