20ae96a4d0de23d329de1b5534683fdaac8816a7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testBlankColsWithNDefaultValue() : void renamed to public testBlankColsWithNoDefaultValue() : void in class org.apache.drill.exec.store.easy.text.compliant.TestCsvWithSchema | From | To | |
Rename Method public getBooleanProperty(key String) : boolean renamed to public booleanProperty(key String, defaultValue boolean) : boolean in class org.apache.drill.exec.record.metadata.AbstractPropertied | From | To | |
Rename Method public getBooleanProperty(key String) : boolean renamed to public booleanProperty(key String, defaultValue boolean) : boolean in class org.apache.drill.exec.record.metadata.Propertied | From | To | |
Pull Up Method | 3 | ||
Pull Up Method private enableSchemaSupport() : void from class org.apache.drill.exec.store.easy.text.compliant.TestCsvWithSchema to protected enableSchemaSupport() : void from class org.apache.drill.exec.store.easy.text.compliant.BaseCsvTest | From | To | |
Pull Up Method private buildTable(tableName String, fileContents String[]...) : String from class org.apache.drill.exec.store.easy.text.compliant.TestCsvWithSchema to protected buildTable(tableName String, fileContents String[]...) : String from class org.apache.drill.exec.store.easy.text.compliant.BaseCsvTest | From | To | |
Pull Up Method private resetSchemaSupport() : void from class org.apache.drill.exec.store.easy.text.compliant.TestCsvWithSchema to protected resetSchemaSupport() : void from class org.apache.drill.exec.store.easy.text.compliant.BaseCsvTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type plugin : TextFormatPlugin to settings : TextParsingSettingsV3 in method public ColumnsReaderFactory(settings TextParsingSettingsV3) in class org.apache.drill.exec.store.easy.text.TextFormatPlugin.ColumnsReaderFactory | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected FILE_N_NAME : String from class org.apache.drill.exec.store.easy.text.compliant.TestCsvWithSchema to protected FILE_N_NAME : String from class org.apache.drill.exec.store.easy.text.compliant.BaseCsvTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute plugin : TextFormatPlugin to settings : TextParsingSettingsV3 in class org.apache.drill.exec.store.easy.text.TextFormatPlugin.ColumnsReaderFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type plugin : TextFormatPlugin to settings : TextParsingSettingsV3 in class org.apache.drill.exec.store.easy.text.TextFormatPlugin.ColumnsReaderFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter plugin : TextFormatPlugin to settings : TextParsingSettingsV3 in method public ColumnsReaderFactory(settings TextParsingSettingsV3) in class org.apache.drill.exec.store.easy.text.TextFormatPlugin.ColumnsReaderFactory | From | To |