|
Change Return Type Set<PrestoPrincipal> to Stream<PrestoPrincipal> in method public listEnabledPrincipals(metastore SemiTransactionalHiveMetastore, identity ConnectorIdentity) : Stream<PrestoPrincipal> in class com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil |
From |
To |
|
Change Return Type Set<HivePrivilegeInfo> to Stream<HivePrivilegeInfo> in method public listEnabledTablePrivileges(metastore SemiTransactionalHiveMetastore, databaseName String, tableName String, identity ConnectorIdentity) : Stream<HivePrivilegeInfo> in class com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil |
From |
To |
|
Change Return Type Set<HivePrivilegeInfo> to Stream<HivePrivilegeInfo> in method public listApplicableTablePrivileges(metastore SemiTransactionalHiveMetastore, databaseName String, tableName String, user String) : Stream<HivePrivilegeInfo> in class com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil |
From |
To |