File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/trino-main/src/main/java/io/trino/operator/join Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,10 +388,10 @@ public ListenableFuture<Void> startMemoryRevoke()
388388 lookupSourceFactory .setPartitionSpilledLookupSourceHandle (partitionIndex , spilledLookupSourceHandle );
389389 lookupSourceNotNeeded = Optional .empty ();
390390 index .clear ();
391- localUserMemoryContext .setBytes (index .getEstimatedSize ().toBytes ());
392- localRevocableMemoryContext .setBytes (0 );
393391 lookupSourceChecksum = OptionalLong .of (lookupSourceSupplier .checksum ());
394392 lookupSourceSupplier = null ;
393+ localUserMemoryContext .setBytes (index .getEstimatedSize ().toBytes ());
394+ localRevocableMemoryContext .setBytes (0 );
395395 state = State .INPUT_SPILLED ;
396396 });
397397 return spillIndex ();
You can’t perform that action at this time.
0 commit comments