c92cfef154f6f7b929dea813a8e8583f1f09ffd4
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type orderStatusList : ImmutableList<String> to orderStatusList : List<String> in method private testInsertPartitionedBucketedTable(storageFormat HiveStorageFormat) : void in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To | |
Change Variable Type orderStatusList : ImmutableList<String> to orderStatusList : List<String> in method private testInsertPartitionedBucketedTableWithUnionAll(storageFormat HiveStorageFormat) : void in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To | |
Extract Method | 1 | ||
Extract Method private createPartitionedBucketedTable(tableName String, storageFormat HiveStorageFormat) : void extracted from private testInsertPartitionedBucketedTable(storageFormat HiveStorageFormat) : void in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To |