| 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public fromConnectorLayout(connectorId String, transactionHandle ConnectorTransactionHandle, layout ConnectorTableLayout) : TableLayout in class com.facebook.presto.metadata.TableLayout | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	connectorTransaction : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public ConnectorTransactionMetadata(connector Connector, transactionHandle ConnectorTransactionHandle) in class com.facebook.presto.transaction.TransactionManager.TransactionMetadata.ConnectorTransactionMetadata | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public ResolvedIndex(connectorId String, transactionHandle ConnectorTransactionHandle, index ConnectorResolvedIndex) in class com.facebook.presto.metadata.ResolvedIndex | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandleFunction : Function<TransactionId,TransactionHandle> to transactionHandleFunction : Function<TransactionId,ConnectorTransactionHandle> in method public SystemConnector(connectorId String, nodeManager NodeManager, tables Set<SystemTable>, transactionHandleFunction Function<TransactionId,ConnectorTransactionHandle>) in class com.facebook.presto.connector.system.SystemConnector | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public IndexHandle(connectorId String, transactionHandle ConnectorTransactionHandle, connectorHandle ConnectorIndexHandle) in class com.facebook.presto.metadata.IndexHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public TableLayoutHandle(connectorId String, transactionHandle ConnectorTransactionHandle, layout ConnectorTableLayoutHandle) in class com.facebook.presto.metadata.TableLayoutHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public ConnectorAwareSplitSource(connectorId String, transactionHandle ConnectorTransactionHandle, source ConnectorSplitSource) in class com.facebook.presto.split.ConnectorAwareSplitSource | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public OutputTableHandle(connectorId String, transactionHandle ConnectorTransactionHandle, connectorHandle ConnectorOutputTableHandle) in class com.facebook.presto.metadata.OutputTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public Split(connectorId String, transactionHandle ConnectorTransactionHandle, connectorSplit ConnectorSplit) in class com.facebook.presto.metadata.Split | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public SystemTransactionHandle(connectorId String, transactionHandle ConnectorTransactionHandle) in class com.facebook.presto.connector.system.SystemTransactionHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public InsertTableHandle(connectorId String, transactionHandle ConnectorTransactionHandle, connectorHandle ConnectorInsertTableHandle) in class com.facebook.presto.metadata.InsertTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.metadata.IndexHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getConnectorTransaction(transactionId TransactionId, connectorId String) : ConnectorTransactionHandle in class com.facebook.presto.transaction.TransactionManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle(session Session) : ConnectorTransactionHandle in class com.facebook.presto.metadata.MetadataManager.ConnectorEntry | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to TestingTransactionHandle in method public create(connectorId String) : TestingTransactionHandle in class com.facebook.presto.testing.TestingTransactionHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.connector.system.SystemTransactionHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.metadata.TableLayoutHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.transaction.TransactionManager.TransactionMetadata.ConnectorTransactionMetadata | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.metadata.Split | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.metadata.InsertTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	TransactionHandle to ConnectorTransactionHandle in method public getTransactionHandle() : ConnectorTransactionHandle in class com.facebook.presto.metadata.OutputTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	transaction : TransactionHandle to transaction : ConnectorTransactionHandle in method public getLayouts(session Session, table TableHandle, constraint Constraint<ColumnHandle>, desiredColumns Optional<Set<ColumnHandle>>) : List<TableLayoutResult> in class com.facebook.presto.metadata.MetadataManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transaction : TransactionHandle to transaction : ConnectorTransactionHandle in method public resolveIndex(session Session, tableHandle TableHandle, indexableColumns Set<ColumnHandle>, outputColumns Set<ColumnHandle>, tupleDomain TupleDomain<ColumnHandle>) : Optional<ResolvedIndex> in class com.facebook.presto.metadata.MetadataManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public beginCreateTable(session Session, catalogName String, tableMetadata TableMetadata) : OutputTableHandle in class com.facebook.presto.metadata.MetadataManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in method public beginInsert(session Session, tableHandle TableHandle) : InsertTableHandle in class com.facebook.presto.metadata.MetadataManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : TestingTransactionHandle in method public testTopologyAwareScheduling() : void in class com.facebook.presto.execution.TestNodeScheduler | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : TestingTransactionHandle in method public setup() : void in class com.facebook.presto.execution.BenchmarkNodeScheduler.BenchmarkData | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : TestingTransactionHandle in method public testMaxSplitsPerNodePerTask() : void in class com.facebook.presto.execution.TestNodeScheduler | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transactionHandle : TransactionHandle to transactionHandle : TestingTransactionHandle in method public testMaxSplitsPerNode() : void in class com.facebook.presto.execution.TestNodeScheduler | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	transaction : TransactionHandle to transaction : ConnectorTransactionHandle in method public getLayout(session Session, handle TableLayoutHandle) : TableLayout in class com.facebook.presto.metadata.MetadataManager | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.metadata.InsertTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	connectorTransaction : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.transaction.TransactionManager.TransactionMetadata.ConnectorTransactionMetadata | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.connector.system.SystemTransactionHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.metadata.OutputTableHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	TRANSACTION_HANDLE : TransactionHandle to TRANSACTION_HANDLE : ConnectorTransactionHandle in class com.facebook.presto.execution.TaskTestUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandleFunction : Function<TransactionId,TransactionHandle> to transactionHandleFunction : Function<TransactionId,ConnectorTransactionHandle> in class com.facebook.presto.connector.system.SystemConnector | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.split.ConnectorAwareSplitSource | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.metadata.TableLayoutHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.metadata.IndexHandle | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	transactionHandle : TransactionHandle to transactionHandle : ConnectorTransactionHandle in class com.facebook.presto.metadata.Split | 
                                From | 
                                To |