bowenli86 commented on a change in pull request #8694: [FLINK-12705][hive] 
Allow user to specify the Hive version in use
URL: https://github.com/apache/flink/pull/8694#discussion_r293083741
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/descriptors/HiveCatalogDescriptor.java
 ##########
 @@ -48,6 +50,11 @@ public HiveCatalogDescriptor hiveSitePath(String 
hiveSitePath) {
                return this;
        }
 
+       public HiveCatalogDescriptor hiveVersion(String hiveVersion) {
+               this.hiveVersion = hiveVersion;
 
 Review comment:
   check not null or empty str?

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