|
Change Parameter Type fileRenameFutures : List<CompletableFuture<?>> to fileRenameFutures : List<ListenableFuture<?>> in method private asyncRename(hdfsEnvironment HdfsEnvironment, executor ListeningExecutorService, cancelled AtomicBoolean, fileRenameFutures List<ListenableFuture<?>>, context HdfsContext, currentPath Path, targetPath Path, fileNames List<String>) : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Change Parameter Type executor : Executor to executor : ListeningExecutorService in method private asyncRename(hdfsEnvironment HdfsEnvironment, executor ListeningExecutorService, cancelled AtomicBoolean, fileRenameFutures List<ListenableFuture<?>>, context HdfsContext, currentPath Path, targetPath Path, fileNames List<String>) : void in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |
|
Change Parameter Type renameExecutor : Executor to renameExecutor : ListeningExecutorService in method public SemiTransactionalHiveMetastore(hdfsEnvironment HdfsEnvironment, delegate ExtendedHiveMetastore, renameExecutor ListeningExecutorService, skipDeletionForAlter boolean, skipTargetCleanupOnRollback boolean) in class com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore |
From |
To |