ad94bab71414dda71665abcfdb48b89f66211f45
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [dataColumnNames : List<String>, dataColumnTypes : List<Type>] to dataColumns : List<DataColumn> in class com.facebook.presto.hive.HivePageSink | From | To | |
| Rename Variable | 1 | ||
| Rename Variable fileColumnType : Type to fileColumnHiveType : HiveType in method public HiveRecordWriter(schemaName String, tableName String, partitionName String, isNew boolean, inputColumns List<DataColumn>, outputFormat String, serDe String, schema Properties, fileName String, writePath String, targetPath String, typeManager TypeManager, conf JobConf) in class com.facebook.presto.hive.HivePageSink.HiveRecordWriter | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [inputColumnNames : List<String>, inputColumnTypes : List<Type>] to inputColumns : List<DataColumn> in method public HiveRecordWriter(schemaName String, tableName String, partitionName String, isNew boolean, inputColumns List<DataColumn>, outputFormat String, serDe String, schema Properties, fileName String, writePath String, targetPath String, typeManager TypeManager, conf JobConf) in class com.facebook.presto.hive.HivePageSink.HiveRecordWriter | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute dataColumns : int[] to dataColumnInputIndex : int[] in class com.facebook.presto.hive.HivePageSink | From | To | |
| Rename Attribute partitionColumns : int[] to partitionColumnsInputIndex : int[] in class com.facebook.presto.hive.HivePageSink | From | To | |
| Extract Variable | 1 | ||
| Extract Variable fileColumnHiveTypes : List<HiveType> in method public HiveRecordWriter(schemaName String, tableName String, partitionName String, isNew boolean, inputColumns List<DataColumn>, outputFormat String, serDe String, schema Properties, fileName String, writePath String, targetPath String, typeManager TypeManager, conf JobConf) from class com.facebook.presto.hive.HivePageSink.HiveRecordWriter | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type fileColumnType : Type to fileColumnHiveType : HiveType in method public HiveRecordWriter(schemaName String, tableName String, partitionName String, isNew boolean, inputColumns List<DataColumn>, outputFormat String, serDe String, schema Properties, fileName String, writePath String, targetPath String, typeManager TypeManager, conf JobConf) in class com.facebook.presto.hive.HivePageSink.HiveRecordWriter | From | To | |
| Change Variable Type dataColumns : ImmutableList.Builder<Integer> to dataColumns : ImmutableList.Builder<DataColumn> in method public HivePageSink(schemaName String, tableName String, isCreateTable boolean, inputColumns List<HiveColumnHandle>, tableStorageFormat HiveStorageFormat, locationHandle LocationHandle, locationService LocationService, filePrefix String, metastore HiveMetastore, pageIndexerFactory PageIndexerFactory, typeManager TypeManager, hdfsEnvironment HdfsEnvironment, respectTableFormat boolean, maxOpenPartitions int, immutablePartitions boolean, partitionUpdateCodec JsonCodec<PartitionUpdate>) in class com.facebook.presto.hive.HivePageSink | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type dataColumns : int[] to dataColumns : List<DataColumn> in class com.facebook.presto.hive.HivePageSink | From | To |