46c0f2a4135450417dfebf52f11538f8926fd467
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private getOutput(batches List<QueryDataBatch>) : List<List<String>> from class org.apache.drill.exec.store.text.TestTextColumn to private convert(batches List<QueryDataBatch>) : void from class org.apache.drill.BaseTestQuery.TestResultSet | From | To | |
Rename Variable | 2 | ||
Rename Variable batches : List<QueryDataBatch> to actualResults : List<QueryDataBatch> in method public testDefaultDelimiterColumnSelection() : void in class org.apache.drill.exec.store.text.TestTextColumn | From | To | |
Rename Variable batches : List<QueryDataBatch> to actualResults : List<QueryDataBatch> in method public testCsvColumnSelectionCommasInsideQuotes() : void in class org.apache.drill.exec.store.text.TestTextColumn | From | To | |
Change Return Type | 1 | ||
Change Return Type List<List<String>> to void in method private convert(batches List<QueryDataBatch>) : void in class org.apache.drill.BaseTestQuery.TestResultSet | From | To |