a1425b0a7c01019b349ee0a8e30c8c4535672747
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private createHdfsEnvironment(config HiveClientConfig) : HdfsEnvironment from class com.facebook.presto.hive.TestHivePageSink to public createTestHdfsEnvironment(config HiveClientConfig) : HdfsEnvironment from class com.facebook.presto.hive.HiveTestUtils | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type configuration : Configuration to fileSystem : FileSystem in method public readFooter(fileSystem FileSystem, file Path) : ParquetMetadata in class com.facebook.presto.hive.parquet.reader.ParquetMetadataReader | From | To | |
Extract Method | 1 | ||
Extract Method public getFileSystem(user String, path Path, configuration Configuration) : FileSystem extracted from public getFileSystem(user String, path Path) : FileSystem in class com.facebook.presto.hive.HdfsEnvironment | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getFileSystem(user String, path Path, configuration Configuration) : FileSystem extracted from public createPageSource(configuration Configuration, session ConnectorSession, path Path, start long, length long, schema Properties, columns List<HiveColumnHandle>, partitionKeys List<HivePartitionKey>, effectivePredicate TupleDomain<HiveColumnHandle>, hiveStorageTimeZone DateTimeZone) : Optional<? extends ConnectorPageSource> in class com.facebook.presto.hive.rcfile.RcFilePageSourceFactory & moved to class com.facebook.presto.hive.HdfsEnvironment | From | To | |
Extract And Move Method public getFileSystem(user String, path Path, configuration Configuration) : FileSystem extracted from public createOrcPageSource(metadataReader MetadataReader, configuration Configuration, path Path, start long, length long, columns List<HiveColumnHandle>, partitionKeys List<HivePartitionKey>, useOrcColumnNames boolean, effectivePredicate TupleDomain<HiveColumnHandle>, hiveStorageTimeZone DateTimeZone, typeManager TypeManager, maxMergeDistance DataSize, maxBufferSize DataSize, streamBufferSize DataSize) : OrcPageSource in class com.facebook.presto.hive.orc.OrcPageSourceFactory & moved to class com.facebook.presto.hive.HdfsEnvironment | From | To | |
Rename Parameter | 1 | ||
Rename Parameter configuration : Configuration to fileSystem : FileSystem in method public readFooter(fileSystem FileSystem, file Path) : ParquetMetadata in class com.facebook.presto.hive.parquet.reader.ParquetMetadataReader | From | To |