baaea36bc322842f7713d6884ce414417f7399cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type flinkType : TypeInformation to flinkType : DataType in method public getObjectInspector(flinkType DataType) : ObjectInspector in class org.apache.flink.batch.connectors.hive.HiveTableUtil | From | To | |
Change Parameter Type types : TypeInformation[] to types : DataType[] in method private verifyDataTypes(types DataType[]) : void in class org.apache.flink.table.catalog.hive.HiveCatalogGenericMetadataTest | From | To | |
Change Return Type | 2 | ||
Change Return Type TypeInformation to DataType in method public toFlinkType(hiveType TypeInfo) : DataType in class org.apache.flink.table.catalog.hive.util.HiveTypeUtil | From | To | |
Change Return Type TypeInformation to DataType in method private toFlinkPrimitiveType(hiveType PrimitiveTypeInfo) : DataType in class org.apache.flink.table.catalog.hive.util.HiveTypeUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fieldTypes : TypeInformation[] to fieldTypes : DataType[] in method public createHiveColumns(schema TableSchema) : List<FieldSchema> in class org.apache.flink.table.catalog.hive.util.HiveTableUtil | From | To |