1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

fix(joblist,sorting): columnstore_orderby_threads for subquery (#3079)

This commit is contained in:
Leonid Fedorov
2024-07-31 17:50:18 +04:00
parent 546be21ef9
commit 848f5bf162

View File

@@ -119,6 +119,8 @@ SJSTEP& SubQueryTransformer::makeSubQueryStep(execplan::CalpontSelectExecutionPl
fSubJobInfo->partitionSize = fOutJobInfo->partitionSize; fSubJobInfo->partitionSize = fOutJobInfo->partitionSize;
fSubJobInfo->umMemLimit = fOutJobInfo->umMemLimit; fSubJobInfo->umMemLimit = fOutJobInfo->umMemLimit;
fSubJobInfo->isDML = fOutJobInfo->isDML; fSubJobInfo->isDML = fOutJobInfo->isDML;
fSubJobInfo->orderByThreads = csep->orderByThreads();
// Update v-table's alias. // Update v-table's alias.
fVtable.name("$sub"); fVtable.name("$sub");