lirui-apache commented on a change in pull request #9580: [FLINK-13930][hive] 
Support Hive version 3.1.x
URL: https://github.com/apache/flink/pull/9580#discussion_r319802877
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDF.java
 ##########
 @@ -40,10 +41,11 @@
        private static final Logger LOG = 
LoggerFactory.getLogger(HiveGenericUDF.class);
 
        private transient GenericUDF.DeferredObject[] deferredObjects;
+       private transient HiveShim hiveShim;
 
 Review comment:
   Does this mean hiveShim is not needed after deserialization?

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

Reply via email to