scarlin-cloudera opened a new pull request #786: HIVE-21975: Fixed incremental compilation. URL: https://github.com/apache/hive/pull/786 When compiling files one by one, a compile error was produced when assigning a Task<? extends Serializable> to a Task<?>. This checkin fixes the compile error (related to HIVE-20008). Sidenote: Even though most of the calls are more generalized, the "extends Serialiable" clause is left in a few key places to ensure that the Task object is always instantiated with a serializable parameter.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
