e20b44a3f9362358dc37abe4dfa0b1e487f1b85f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public testOrcUseColumnNamesWithEmptyFile() : void renamed to public testOrcUseColumnNames(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Method public testRcBinaryPageSource() : void renamed to public testRCBinary(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Method public testOrc() : void renamed to public testRcBinaryPageSource(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Method public testRcTextPageSource() : void renamed to public testRCText(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Method public testRCBinary() : void renamed to public testRcTextPageSource(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Method public testOrcUseColumnNames() : void renamed to public testOrc(rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Parameter | 2 | ||
Rename Parameter numRows : int to rowCount : int in method private testCursorProvider(cursorProvider HiveRecordCursorProvider, split FileSplit, inputFormat InputFormat<?,?>, serde SerDe, testColumns List<TestColumn>, rowCount int) : void in class com.facebook.presto.hive.TestHiveFileFormats | From | To | |
Rename Parameter numRows : int to rowCount : int in method protected checkCursor(cursor RecordCursor, testColumns List<TestColumn>, rowCount int) : void in class com.facebook.presto.hive.AbstractTestHiveFileFormats | From | To |