|
Change Parameter Type shardMetadata : Set<ShardMetadata> to shardMetadata : Collection<ShardIndexInfo> in method public createCompactionSets(tableInfo Table, shardMetadata Collection<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.TemporalCompactionSetCreator |
From |
To |
|
Change Parameter Type inputShards : List<ShardMetadata> to inputShards : List<ShardIndexInfo> in method private extractIndexes(inputShards List<ShardIndexInfo>, indexes int...) : Set<UUID> in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Parameter Type shardMetadata : Set<ShardMetadata> to shardInfos : Set<ShardIndexInfo> in method private buildCompactionSets(tableId long, shardInfos Set<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |
|
Change Parameter Type shardMetadata : List<ShardMetadata> to shardInfos : List<ShardIndexInfo> in method private getCompactionSet(shardInfos List<ShardIndexInfo>) : Set<ShardIndexInfo> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |
|
Change Variable Type shard : ShardMetadata to shard : ShardIndexInfo in method public createCompactionSets(tableInfo Table, shardMetadata Collection<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.TemporalCompactionSetCreator |
From |
To |
|
Change Variable Type shardSet : Collection<ShardMetadata> to shardSet : Collection<ShardIndexInfo> in method public createCompactionSets(tableInfo Table, shardMetadata Collection<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.TemporalCompactionSetCreator |
From |
To |
|
Change Variable Type inputShards : Set<ShardMetadata> to inputShards : List<ShardIndexInfo> in method public testNonTemporalOrganizationSetSimple() : void in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Variable Type inputShards : List<ShardMetadata> to inputShards : List<ShardIndexInfo> in method public testTemporalCompactionNoCompactionAcrossDays() : void in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Variable Type shards : ImmutableSet.Builder<ShardMetadata> to shards : ImmutableSet.Builder<ShardIndexInfo> in method private getCompactionSet(shardInfos List<ShardIndexInfo>) : Set<ShardIndexInfo> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |
|
Change Variable Type shard : ShardMetadata to shard : ShardIndexInfo in method private getCompactionSet(shardInfos List<ShardIndexInfo>) : Set<ShardIndexInfo> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |
|
Change Variable Type inputShards : List<ShardMetadata> to inputShards : List<ShardIndexInfo> in method public testBucketedTableCompaction() : void in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Variable Type shards : List<ShardMetadata> to shards : List<ShardIndexInfo> in method public createCompactionSets(tableInfo Table, shardMetadata Collection<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.TemporalCompactionSetCreator |
From |
To |
|
Change Variable Type inputShards : List<ShardMetadata> to inputShards : List<ShardIndexInfo> in method public testTemporalCompactionDate() : void in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Variable Type inputShards : List<ShardMetadata> to inputShards : List<ShardIndexInfo> in method public testTemporalCompactionSpanningDays() : void in class com.facebook.presto.raptor.storage.organization.TestCompactionSetCreator |
From |
To |
|
Change Variable Type shards : Collection<ShardMetadata> to shards : Collection<ShardIndexInfo> in method public createCompactionSets(tableInfo Table, shardInfos Collection<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |
|
Change Variable Type compactionSet : Set<ShardMetadata> to compactionSet : Set<ShardIndexInfo> in method private buildCompactionSets(tableId long, shardInfos Set<ShardIndexInfo>) : Set<OrganizationSet> in class com.facebook.presto.raptor.storage.organization.FileCompactionSetCreator |
From |
To |