|
Pull Up Method public HiveOutputTableHandle(clientId String, schemaName String, tableName String, inputColumns List<HiveColumnHandle>, filePrefix String, writePath String, hiveStorageFormat HiveStorageFormat, tableOwner String) from class com.facebook.presto.hive.HiveOutputTableHandle to public HiveWritableTableHandle(clientId String, schemaName String, tableName String, inputColumns List<HiveColumnHandle>, filePrefix String, writePath Optional<String>, hiveStorageFormat HiveStorageFormat) from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public getFilePrefix() : String from class com.facebook.presto.hive.HiveOutputTableHandle to public getFilePrefix() : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public getSchemaName() : String from class com.facebook.presto.hive.HiveOutputTableHandle to public getSchemaName() : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public toString() : String from class com.facebook.presto.hive.HiveOutputTableHandle to public toString() : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public getInputColumns() : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveOutputTableHandle to public getInputColumns() : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public getHiveStorageFormat() : HiveStorageFormat from class com.facebook.presto.hive.HiveOutputTableHandle to public getHiveStorageFormat() : HiveStorageFormat from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Method public getTableName() : String from class com.facebook.presto.hive.HiveOutputTableHandle to public getTableName() : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Change Parameter Type writePath : Path to writePath : Optional<Path> in method public HivePageSink(schemaName String, tableName String, isCreateTable boolean, inputColumns List<HiveColumnHandle>, tableStorageFormat HiveStorageFormat, writePath Optional<Path>, filePrefix String, metastore HiveMetastore, pageIndexerFactory PageIndexerFactory, typeManager TypeManager, hdfsEnvironment HdfsEnvironment, maxWriters int, partitionUpdateCodec JsonCodec<PartitionUpdate>) in class com.facebook.presto.hive.HivePageSink |
From |
To |
|
Change Parameter Type writePath : String to writePath : Optional<String> in method public HiveWritableTableHandle(clientId String, schemaName String, tableName String, inputColumns List<HiveColumnHandle>, filePrefix String, writePath Optional<String>, hiveStorageFormat HiveStorageFormat) in class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private clientId : String from class com.facebook.presto.hive.HiveOutputTableHandle to private clientId : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private inputColumns : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveOutputTableHandle to private inputColumns : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private filePrefix : String from class com.facebook.presto.hive.HiveOutputTableHandle to private filePrefix : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private schemaName : String from class com.facebook.presto.hive.HiveOutputTableHandle to private schemaName : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private tableName : String from class com.facebook.presto.hive.HiveOutputTableHandle to private tableName : String from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Pull Up Attribute private hiveStorageFormat : HiveStorageFormat from class com.facebook.presto.hive.HiveOutputTableHandle to private hiveStorageFormat : HiveStorageFormat from class com.facebook.presto.hive.HiveWritableTableHandle |
From |
To |
|
Rename Parameter patitionManager : HivePartitionManager to partitionManager : HivePartitionManager in method public HiveMetadata(connectorId HiveConnectorId, metastore HiveMetastore, hdfsEnvironment HdfsEnvironment, partitionManager HivePartitionManager, timeZone DateTimeZone, maxConcurrentFileRenames int, allowDropTable boolean, allowRenameTable boolean, allowAddColumn boolean, allowRenameColumn boolean, allowCorruptWritesForTesting boolean, typeManager TypeManager, partitionUpdateCodec JsonCodec<PartitionUpdate>) in class com.facebook.presto.hive.HiveMetadata |
From |
To |
|
Rename Parameter insertTableHandle : ConnectorInsertTableHandle to tableHandle : ConnectorInsertTableHandle in method public createPageSink(session ConnectorSession, tableHandle ConnectorInsertTableHandle) : ConnectorPageSink in class com.facebook.presto.hive.HivePageSinkProvider |
From |
To |