7ef7c217d9cf658669ff0a4d8f2f29fc35139265
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getDataBlocks(page Page) : Block[] renamed to private getDataPage(page Page) : Page in class com.facebook.presto.hive.HivePageSink | From | To | |
Rename Method public addRow(columns Block[], position int) : void renamed to public appendRows(dataPage Page) : void in class com.facebook.presto.hive.HiveRecordWriter | From | To | |
Change Return Type | 2 | ||
Change Return Type Block[] to Page in method private getDataPage(page Page) : Page in class com.facebook.presto.hive.HivePageSink | From | To | |
Change Return Type CompletableFuture<?> to void in method private doAppend(page Page) : void in class com.facebook.presto.hive.HivePageSink | From | To | |
Extract Method | 2 | ||
Extract Method public appendRow(dataPage Page, position int) : void extracted from public addRow(columns Block[], position int) : void in class com.facebook.presto.hive.HiveRecordWriter | From | To | |
Extract Method private writePage(page Page) : void extracted from private doAppend(page Page) : CompletableFuture<?> in class com.facebook.presto.hive.HivePageSink | From | To |