JingsongLi commented on a change in pull request #10401: [FLINK-15020][hive] 
Support timestamp type in hive
URL: https://github.com/apache/flink/pull/10401#discussion_r354657098
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV310.java
 ##########
 @@ -43,6 +50,30 @@
  */
 public class HiveShimV310 extends HiveShimV235 {
 
+       private transient Class hiveTimestampClz;
+       private transient Constructor hiveTimestampConstructor;
 
 Review comment:
   Can we just use static?

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


With regards,
Apache Git Services

Reply via email to