|
Rename Method public alterPartition(databaseName String, tableName String, partition Partition) : void renamed to public alterPartitionWithoutStatistics(databaseName String, tableName String, partition Partition) : void in class com.facebook.presto.hive.metastore.thrift.InMemoryHiveMetastore |
From |
To |
|
Rename Method public alterPartition(databaseName String, tableName String, partition Partition) : void renamed to public alterPartitionWithoutStatistics(databaseName String, tableName String, partition Partition) : void in class com.facebook.presto.hive.metastore.thrift.ThriftHiveMetastore |
From |
To |
|
Rename Method public alterPartition(databaseName String, tableName String, partition Partition) : void renamed to public alterPartitionWithoutStatistics(databaseName String, tableName String, partition Partition) : void in class com.facebook.presto.hive.metastore.thrift.HiveMetastore |
From |
To |
|
Rename Method public addPartitions(databaseName String, tableName String, partitions List<Partition>) : void renamed to public addPartitionsWithoutStatistics(databaseName String, tableName String, partitions List<Partition>) : void in class com.facebook.presto.hive.metastore.thrift.InMemoryHiveMetastore |
From |
To |
|
Rename Method public addPartitions(databaseName String, tableName String, partitions List<Partition>) : void renamed to public addPartitionsWithoutStatistics(databaseName String, tableName String, partitions List<Partition>) : void in class com.facebook.presto.hive.metastore.thrift.ThriftHiveMetastore |
From |
To |
|
Rename Method public addPartitions(databaseName String, tableName String, partitions List<Partition>) : void renamed to public addPartitionsWithoutStatistics(databaseName String, tableName String, partitions List<Partition>) : void in class com.facebook.presto.hive.metastore.thrift.HiveMetastore |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.glue.GlueHiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.thrift.BridgingHiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.glue.GlueHiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.thrift.HiveMetastore |
From |
To |
|
Change Parameter Type oldPartition : Partition to oldPartition : PartitionWithStatistics in method public AlterPartitionOperation(newPartition PartitionWithStatistics, oldPartition PartitionWithStatistics) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.AlterPartitionOperation |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public addPartition(partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.PartitionAdder |
From |
To |
|
Change Parameter Type newPartition : Partition to newPartition : PartitionWithStatistics in method public AlterPartitionOperation(newPartition PartitionWithStatistics, oldPartition PartitionWithStatistics) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.AlterPartitionOperation |
From |
To |
|
Change Parameter Type partition : Partition to partitionWithStatistics : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partitionWithStatistics PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.file.FileHiveMetastore |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.ExtendedHiveMetastore |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.file.FileHiveMetastore |
From |
To |
|
Change Parameter Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.thrift.HiveMetastore |
From |
To |
|
Change Parameter Type partition : Partition to partition : PartitionWithStatistics in method public alterPartition(databaseName String, tableName String, partition PartitionWithStatistics) : void in class com.facebook.presto.hive.metastore.thrift.BridgingHiveMetastore |
From |
To |
|
Change Variable Type batch : List<Partition> to batch : List<PartitionWithStatistics> in method public execute() : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.PartitionAdder |
From |
To |
|
Change Variable Type partition : Partition to partition : PartitionWithStatistics in method public execute() : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.PartitionAdder |
From |
To |
|
Change Variable Type partitionBatch : List<Partition> to partitionBatch : List<PartitionWithStatistics> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.glue.GlueHiveMetastore |
From |
To |
|
Change Variable Type batchedPartitions : List<List<Partition>> to batchedPartitions : List<List<PartitionWithStatistics>> in method public addPartitions(databaseName String, tableName String, partitions List<PartitionWithStatistics>) : void in class com.facebook.presto.hive.metastore.glue.GlueHiveMetastore |
From |
To |
|
Change Variable Type partitions : List<Partition> to partitions : List<PartitionWithStatistics> in method protected createDummyPartitionedTable(tableName SchemaTableName, columns List<ColumnMetadata>) : void in class com.facebook.presto.hive.AbstractTestHiveClient |
From |
To |
|
Change Variable Type batchedPartitions : List<List<Partition>> to batchedPartitions : List<List<PartitionWithStatistics>> in method public execute() : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.PartitionAdder |
From |
To |