3759d1c8ec89ef0ce4381be4420de9f22a1b5abd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable table : SchemaTableName to schemaTableName : SchemaTableName in method public beginCreateTable(session ConnectorSession, tableMetadata ConnectorTableMetadata) : HiveOutputTableHandle in class com.facebook.presto.hive.HiveMetadata | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable columnNames : ImmutableList.Builder<String> to names : ImmutableList.Builder<String> in method private buildColumnInfo(tableMetadata ConnectorTableMetadata, names ImmutableList.Builder<String>, types ImmutableList.Builder<Type>) : void in class com.facebook.presto.hive.HiveMetadata | From | To | |
Parameterize Variable columnTypes : ImmutableList.Builder<Type> to types : ImmutableList.Builder<Type> in method private buildColumnInfo(tableMetadata ConnectorTableMetadata, names ImmutableList.Builder<String>, types ImmutableList.Builder<Type>) : void in class com.facebook.presto.hive.HiveMetadata | From | To | |
Extract Method | 2 | ||
Extract Method private buildColumnInfo(tableMetadata ConnectorTableMetadata, names ImmutableList.Builder<String>, types ImmutableList.Builder<Type>) : void extracted from public beginCreateTable(session ConnectorSession, tableMetadata ConnectorTableMetadata) : HiveOutputTableHandle in class com.facebook.presto.hive.HiveMetadata | From | To | |
Extract Method private getTargetPath(schemaName String, tableName String, schemaTableName SchemaTableName) : Path extracted from public beginCreateTable(session ConnectorSession, tableMetadata ConnectorTableMetadata) : HiveOutputTableHandle in class com.facebook.presto.hive.HiveMetadata | From | To |