RickyLoveFreedom

Results 4 comments of RickyLoveFreedom

the temporary way is update method getDatabaseName() in HiveMetaStoreBridge.java like this: ```` public static String getDatabaseName(Database hiveDB) { /*String dbName = hiveDB.getName().toLowerCase(); String catalogName = hiveDB.getCatalogName() != null ? hiveDB.getCatalogName().toLowerCase()...