You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/25 08:25:34 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #11201: [FLINK-16179][hive] Use configuration from TableFactory in hive connector

JingsongLi commented on a change in pull request #11201: [FLINK-16179][hive] Use configuration from TableFactory in hive connector
URL: https://github.com/apache/flink/pull/11201#discussion_r383720992
 
 

 ##########
 File path: flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveTableSource.java
 ##########
 @@ -79,7 +78,8 @@
 
 	private static final Logger LOG = LoggerFactory.getLogger(HiveTableSource.class);
 
-	private final JobConf jobConf;
+	private final JobConf hiveConf;
 
 Review comment:
   OK, revert to `jobConf`

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