jinchengchenghh commented on code in PR #11067:
URL:
https://github.com/apache/incubator-gluten/pull/11067#discussion_r2513597940
##########
cpp/velox/compute/WholeStageResultIterator.cc:
##########
@@ -135,9 +135,10 @@ WholeStageResultIterator::WholeStageResultIterator(
const auto& format = scanInfo->format;
const auto& partitionColumns = scanInfo->partitionColumns;
const auto& metadataColumns = scanInfo->metadataColumns;
+#ifdef GLUTEN_ENABLE_GPU
// Under the pre-condition that all the split infos has same partition
column and format.
Review Comment:
It is used in this line
https://github.com/apache/incubator-gluten/pull/11067/files#diff-013353c1aa2ebe3f4c5c014b936dd52b2f91bef0a51421c1a901a57cac361f17L173
--
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]