Skip to content

Commit

Permalink
[hotfix][hive] make HiveCatalog's HiveConf and client wrapper private
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Jun 6, 2019
1 parent baaea36 commit 60d3fbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ public class HiveCatalog extends AbstractCatalog {
// because Hive's Function object doesn't have properties or other place to store the flag for Flink functions.
private static final String FLINK_FUNCTION_PREFIX = "flink:";

protected final HiveConf hiveConf;
private final HiveConf hiveConf;

protected HiveMetastoreClientWrapper client;
private HiveMetastoreClientWrapper client;

public HiveCatalog(String catalogName, String hivemetastoreURI) {
this(catalogName, DEFAULT_DB, getHiveConf(hivemetastoreURI));
Expand Down

0 comments on commit 60d3fbb

Please sign in to comment.