fdc4a384794c6d782d6c8e2e94a523109c552a27
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ImmutableList<Slice> to ListenableFuture<Collection<Slice>> in method private doFinish() : ListenableFuture<Collection<Slice>> in class com.facebook.presto.hive.HivePageSink | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Collection<Slice> to result : ListenableFuture<Collection<Slice>> in method public finish() : CompletableFuture<Collection<Slice>> in class com.facebook.presto.hive.HivePageSink | From | To |