b42914d85ae965e0ca24b83de28f4d3ff31502cc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute queue : AsyncQueue<InternalHiveSplit> to queues : PerBucket in class com.facebook.presto.hive.HiveSplitSource | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type queue : AsyncQueue<InternalHiveSplit> to queues : PerBucket in class com.facebook.presto.hive.HiveSplitSource | From | To | |
| Extract Method | 1 | ||
| Extract Method public getNextBatch(partitionHandle ConnectorPartitionHandle, maxSize int) : CompletableFuture<ConnectorSplitBatch> extracted from public getNextBatch(maxSize int) : CompletableFuture<List<ConnectorSplit>> in class com.facebook.presto.hive.HiveSplitSource | From | To |