|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(session ConnectorSession, table Table, principalPrivileges PrincipalPrivileges, currentPath Optional<Path>) : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeSet : PrincipalPrivilegeSet to privileges : PrincipalPrivileges in method public createTable(table Table, privileges PrincipalPrivileges) : void in class com.facebook.presto.hive.AbstractTestHiveClientS3.TestingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeSet : PrincipalPrivilegeSet to privileges : PrincipalPrivileges in method public CreateTableOperation(table Table, privileges PrincipalPrivileges) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.CreateTableOperation |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Change Parameter Type privileges : PrincipalPrivilegeSet to privileges : PrincipalPrivileges in method public toMetastoreApiTable(table Table, privileges PrincipalPrivileges) : Table in class com.facebook.presto.hive.metastore.MetastoreUtil |
From |
To |
|
Change Parameter Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type principalPrivilegeSet : Optional<PrincipalPrivilegeSet> to principalPrivileges : Optional<PrincipalPrivileges> in method public TableAndMore(table Table, principalPrivileges Optional<PrincipalPrivileges>, currentLocation Optional<Path>, fileNames Optional<List<String>>) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.TableAndMore |
From |
To |
|
Change Parameter Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Rename Variable principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method protected createEmptyTable(schemaTableName SchemaTableName, hiveStorageFormat HiveStorageFormat, columns List<Column>, partitionColumns List<Column>) : void in class com.facebook.presto.hive.AbstractTestHiveClient |
From |
To |
|
Rename Variable principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public finishCreateTable(session ConnectorSession, tableHandle ConnectorOutputTableHandle, fragments Collection<Slice>) : Optional<ConnectorOutputMetadata> in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Rename Variable privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to hivePrivilegeInfos : Set<HivePrivilegeInfo> in method public grantTablePrivileges(session ConnectorSession, schemaTableName SchemaTableName, privileges Set<Privilege>, grantee String, grantOption boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Rename Variable privilegeGrantInfoList : List<PrivilegeGrantInfo> to privileges : Collection<HivePrivilegeInfo> in method public getTablePrivileges(user String, databaseName String, tableName String) : Set<HivePrivilegeInfo> in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Rename Variable principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method protected doTestMismatchSchemaTable(schemaTableName SchemaTableName, storageFormat HiveStorageFormat, tableBefore List<ColumnMetadata>, dataBefore MaterializedResult, tableAfter List<ColumnMetadata>, dataAfter MaterializedResult) : void in class com.facebook.presto.hive.AbstractTestHiveClient |
From |
To |
|
Rename Variable principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createView(session ConnectorSession, viewName SchemaTableName, viewData String, replace boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Rename Variable principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(session ConnectorSession, tableMetadata ConnectorTableMetadata) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Rename Variable privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to hivePrivilegeInfos : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(session ConnectorSession, schemaTableName SchemaTableName, privileges Set<Privilege>, grantee String, grantOption boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method protected doTestMismatchSchemaTable(schemaTableName SchemaTableName, storageFormat HiveStorageFormat, tableBefore List<ColumnMetadata>, dataBefore MaterializedResult, tableAfter List<ColumnMetadata>, dataAfter MaterializedResult) : void in class com.facebook.presto.hive.AbstractTestHiveClient |
From |
To |
|
Change Variable Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createView(session ConnectorSession, viewName SchemaTableName, viewData String, replace boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(session ConnectorSession, tableMetadata ConnectorTableMetadata) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to hivePrivilegeInfos : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(session ConnectorSession, schemaTableName SchemaTableName, privileges Set<Privilege>, grantee String, grantOption boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method protected createEmptyTable(schemaTableName SchemaTableName, hiveStorageFormat HiveStorageFormat, columns List<Column>, partitionColumns List<Column>) : void in class com.facebook.presto.hive.AbstractTestHiveClient |
From |
To |
|
Change Variable Type principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public finishCreateTable(session ConnectorSession, tableHandle ConnectorOutputTableHandle, fragments Collection<Slice>) : Optional<ConnectorOutputMetadata> in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to hivePrivilegeInfos : Set<HivePrivilegeInfo> in method public grantTablePrivileges(session ConnectorSession, schemaTableName SchemaTableName, privileges Set<Privilege>, grantee String, grantOption boolean) : void in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Change Variable Type privilegeGrantInfoList : List<PrivilegeGrantInfo> to privileges : Collection<HivePrivilegeInfo> in method public getTablePrivileges(user String, databaseName String, tableName String) : Set<HivePrivilegeInfo> in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(session ConnectorSession, table Table, principalPrivileges PrincipalPrivileges, currentPath Optional<Path>) : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : Optional<PrincipalPrivilegeSet> to principalPrivileges : Optional<PrincipalPrivileges> in method public TableAndMore(table Table, principalPrivileges Optional<PrincipalPrivileges>, currentLocation Optional<Path>, fileNames Optional<List<String>>) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.TableAndMore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Rename Parameter privilegeSet : PrincipalPrivilegeSet to privileges : PrincipalPrivileges in method public createTable(table Table, privileges PrincipalPrivileges) : void in class com.facebook.presto.hive.AbstractTestHiveClientS3.TestingHiveMetastore |
From |
To |
|
Rename Parameter privilegeSet : PrincipalPrivilegeSet to privileges : PrincipalPrivileges in method public CreateTableOperation(table Table, privileges PrincipalPrivileges) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.CreateTableOperation |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public grantTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public createTable(table Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |
|
Rename Parameter principalPrivilegeSet : PrincipalPrivilegeSet to principalPrivileges : PrincipalPrivileges in method public replaceTable(databaseName String, tableName String, newTable Table, principalPrivileges PrincipalPrivileges) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Rename Parameter privilegeGrantInfoSet : Set<PrivilegeGrantInfo> to privileges : Set<HivePrivilegeInfo> in method public revokeTablePrivileges(databaseName String, tableName String, grantee String, privileges Set<HivePrivilegeInfo>) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore |
From |
To |