You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/09/24 16:42:30 UTC

[GitHub] [hive] scarlin-cloudera opened a new pull request #786: HIVE-21975: Fixed incremental compilation.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org