4627973bde9847a4eb2672c44941136c167326a1
Files Diff
- Added: 45
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable diffDirectoryNames : String[] to dirs : String[] in method public listPartitionValues(filePath String, root String) : List<String> in class org.apache.drill.exec.store.ColumnExplorer | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute fileName : String to CASE2_FILE_NAME : String in method public testCsvHeadersCaseInsensitive() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsv | From | To | |
| Replace Variable With Attribute fileName : String to CASE2_FILE_NAME : String in method public testValidCsvHeaders() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsv | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type expectedSchema : BatchSchema to expectedSchema : TupleMetadata in method public testCsvHeadersCaseInsensitive() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsv | From | To | |
| Change Variable Type expectedSchema : BatchSchema to expectedSchema : TupleMetadata in method public testInvalidCsvHeaders() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsv | From | To | |
| Change Variable Type expectedSchema : BatchSchema to expectedSchema : TupleMetadata in method public testValidCsvHeaders() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsv | From | To | |
| Extract Method | 1 | ||
| Extract Method public parsePartitions(filePath String, root String) : String[] extracted from public listPartitionValues(filePath String, root String) : List<String> in class org.apache.drill.exec.store.ColumnExplorer | From | To |