|
Change Attribute Type failureCause : Throwable to failureCause : AtomicReference<Throwable> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type distributedPlanningTime : Duration to distributedPlanningTime : AtomicReference<Duration> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type lastHeartbeat : DateTime to lastHeartbeat : AtomicReference<DateTime> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type inputs : Set<Input> to inputs : AtomicReference<Set<Input>> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type memoryPool : VersionedMemoryPoolId to memoryPool : AtomicReference<VersionedMemoryPoolId> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type updateType : String to updateType : AtomicReference<String> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type executionStartTime : DateTime to executionStartTime : AtomicReference<DateTime> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type analysisTime : Duration to analysisTime : AtomicReference<Duration> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type outputFieldNames : List<String> to outputFieldNames : AtomicReference<List<String>> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type endTime : DateTime to endTime : AtomicReference<DateTime> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type totalPlanningTime : Duration to totalPlanningTime : AtomicReference<Duration> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |
|
Change Attribute Type queuedTime : Duration to queuedTime : AtomicReference<Duration> in class com.facebook.presto.execution.QueryStateMachine |
From |
To |