File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 
x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/sort Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ package org.elasticsearch.compute.data.sort;
99
1010import org.elasticsearch.common.util.BigArrays;
1111import org.elasticsearch.common.util.BitArray;
12- import org.elasticsearch.common.util.$Type$Array;
1312$if(Tuple)$
1413import org.elasticsearch.common.util.ObjectArray;
14+ $else$
15+ import org.elasticsearch.common.util.$Type$Array;
1516$endif$
1617import org.elasticsearch.common.util.PageCacheRecycler;
1718import org.elasticsearch.compute.data.Block;
@@ -217,6 +218,7 @@ $if(Tuple)$
217218            blocks[offset + 1] = longBuilder.build();
218219        }
219220    }
221+ 
220222$ else $ 
221223    /**
222224     * Creates a block with the values from the {@code selected} groups.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments