jinchengchenghh commented on code in PR #9058: URL: https://github.com/apache/incubator-gluten/pull/9058#discussion_r2013730616
########## cpp/velox/memory/VeloxColumnarBatch.cc: ########## @@ -147,7 +168,7 @@ std::shared_ptr<VeloxColumnarBatch> VeloxColumnarBatch::select( std::vector<VectorPtr> childVectors; childNames.reserve(columnIndices.size()); childVectors.reserve(columnIndices.size()); - auto vector = getFlattenedRowVector(); + auto vector = getPartialFlattenedRowVector(columnIndices); Review Comment: You notice me something, maybe we can support the dictionary vector in columnar to row in the future -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
