bcfb4c6f2872f9de39c0e8f42c6bd43dd08241c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type parent : Optional<SqlStageExecution> to parent : ExchangeLocationsConsumer in method public StageLinkage(fragmentId PlanFragmentId, parent ExchangeLocationsConsumer, children Set<SqlStageExecution>) in class com.facebook.presto.execution.scheduler.SqlQueryScheduler.StageLinkage | From | To | |
Change Parameter Type bufferLocations : SetMultimap<OutputBufferId,URI> to bufferLocations : Set<URI> in method public QueryOutputInfo(columnNames List<String>, columnTypes List<Type>, bufferLocations Set<URI>, noMoreBufferLocations boolean) in class com.facebook.presto.execution.QueryExecution.QueryOutputInfo | From | To | |
Change Parameter Type parent : Optional<SqlStageExecution> to parent : ExchangeLocationsConsumer in method private createStages(parent ExchangeLocationsConsumer, nextStageId AtomicInteger, locationFactory LocationFactory, plan StageExecutionPlan, nodeScheduler NodeScheduler, remoteTaskFactory RemoteTaskFactory, session Session, splitBatchSize int, partitioningCache Function<PartitioningHandle,NodePartitionMap>, executor ExecutorService, failureDetector FailureDetector, nodeTaskMap NodeTaskMap, stageSchedulers ImmutableMap.Builder<StageId,StageScheduler>, stageLinkages ImmutableMap.Builder<StageId,StageLinkage>) : List<SqlStageExecution> in class com.facebook.presto.execution.scheduler.SqlQueryScheduler | From | To | |
Change Return Type | 1 | ||
Change Return Type SetMultimap<OutputBufferId,URI> to Set<URI> in method public getBufferLocations() : Set<URI> in class com.facebook.presto.execution.QueryExecution.QueryOutputInfo | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type bufferLocations : SetMultimap<OutputBufferId,URI> to bufferLocations : Set<URI> in class com.facebook.presto.execution.QueryExecution.QueryOutputInfo | From | To | |
Change Attribute Type parent : Optional<SqlStageExecution> to parent : ExchangeLocationsConsumer in class com.facebook.presto.execution.scheduler.SqlQueryScheduler.StageLinkage | From | To |