057cad716c47ef203193e29fb3a6e54ff50d2569
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable actualPages : List<Page> to result : List<Page> in method private getPages(pageBuffer PageBuffer) : List<Page> in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Extract Variable | 1 | ||
Extract Variable joinDriverContext : DriverContext in method private innerJoinWithSpill(probeHashEnabled boolean, whenSpill List<WhenSpill>, buildSpillerFactory SingleStreamSpillerFactory, joinSpillerFactory PartitioningSpillerFactory) : void from class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : List<Object[]> to result : List<List<Object>> in method private joinWithSpillParameters(allowNoSpill boolean) : List<List<Object>> in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Extract Method | 4 | ||
Extract Method private joinWithSpillParameters(allowNoSpill boolean) : List<List<Object>> extracted from public joinWithSpillValues() : Object[][] in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Extract Method private getProperColumns(joinOperator Operator, probePages RowPagesBuilder, actualPages List<Page>) : MaterializedResult extracted from public testInnerJoinWithSpill(probeHashEnabled boolean, whenSpill List<WhenSpill>) : void in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Extract Method private getPages(pageBuffer PageBuffer) : List<Page> extracted from public testInnerJoinWithSpill(probeHashEnabled boolean, whenSpill List<WhenSpill>) : void in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Extract Method private innerJoinWithSpill(probeHashEnabled boolean, whenSpill List<WhenSpill>, buildSpillerFactory SingleStreamSpillerFactory, joinSpillerFactory PartitioningSpillerFactory) : void extracted from public testInnerJoinWithSpill(probeHashEnabled boolean, whenSpill List<WhenSpill>) : void in class com.facebook.presto.operator.TestHashJoinOperator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type SINGLE_STREAM_SPILLER_FACTORY : DummySpillerFactory to SINGLE_STREAM_SPILLER_FACTORY : SingleStreamSpillerFactory in class com.facebook.presto.operator.TestHashJoinOperator | From | To |