401119f3bf55c6c67deec1d64f94d84d1d6d1180
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.apache.calcite:calcite-core 1.4.0-drill-r5 To 1.4.0-drill-r6 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method package abstract supportsOption(value OptionValue) : boolean renamed to package abstract supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.InMemoryOptionManager | From | To | |
| Rename Method package supportsOption(value OptionValue) : boolean renamed to package supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.FragmentOptionManager | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type value : OptionValue to type : OptionType in method package supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.FragmentOptionManager | From | To | |
| Change Parameter Type value : OptionValue to type : OptionType in method package abstract supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.InMemoryOptionManager | From | To | |
| Extract Variable | 1 | ||
| Extract Variable options : OptionManager in method public getPlan(sqlNode SqlNode) : PhysicalPlan from class org.apache.drill.exec.planner.sql.handlers.SetOptionHandler | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter value : OptionValue to type : OptionType in method package supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.FragmentOptionManager | From | To | |
| Rename Parameter value : OptionValue to type : OptionType in method package abstract supportsOptionType(type OptionType) : boolean in class org.apache.drill.exec.server.options.InMemoryOptionManager | From | To |