ede0059219008c732a79bcd754a30b1eac497c96
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPartitioningProperties() : Optional<PartitioningPreferences> renamed to public getGlobalProperties() : Optional<Global> in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type partitioningRequirements : Optional<PartitioningPreferences> to globalProperties : Optional<Global> in method private PreferredProperties(globalProperties Optional<Global>, localProperties List<? extends LocalProperty<Symbol>>) in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Rename Variable | 2 | ||
Rename Variable partitioningPreferences : PartitioningPreferences to preferredGlobal : PreferredProperties.Global in method private meetsPartitioningRequirements(preferred PreferredProperties, actual ActualProperties) : boolean in class com.facebook.presto.sql.planner.optimizations.AddExchanges | From | To | |
Rename Variable parentPartitioning : PartitioningPreferences to partitioning : Partitioning in method public derivePreferences(parentProperties PreferredProperties, partitioningColumns Set<Symbol>, hashingColumns Optional<List<Symbol>>, localProperties List<LocalProperty<Symbol>>) : PreferredProperties in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<PartitioningPreferences> to Optional<Global> in method public getGlobalProperties() : Optional<Global> in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Rename Attribute | 1 | ||
Rename Attribute partitioningRequirements : Optional<PartitioningPreferences> to globalProperties : Optional<Global> in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Change Variable Type | 2 | ||
Change Variable Type parentPartitioning : PartitioningPreferences to partitioning : Partitioning in method public derivePreferences(parentProperties PreferredProperties, partitioningColumns Set<Symbol>, hashingColumns Optional<List<Symbol>>, localProperties List<LocalProperty<Symbol>>) : PreferredProperties in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Change Variable Type partitioningPreferences : PartitioningPreferences to preferredGlobal : PreferredProperties.Global in method private meetsPartitioningRequirements(preferred PreferredProperties, actual ActualProperties) : boolean in class com.facebook.presto.sql.planner.optimizations.AddExchanges | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type partitioningRequirements : Optional<PartitioningPreferences> to globalProperties : Optional<Global> in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partitioningRequirements : Optional<PartitioningPreferences> to globalProperties : Optional<Global> in method private PreferredProperties(globalProperties Optional<Global>, localProperties List<? extends LocalProperty<Symbol>>) in class com.facebook.presto.sql.planner.optimizations.PreferredProperties | From | To |