malinjawi commented on code in PR #11869:
URL: https://github.com/apache/gluten/pull/11869#discussion_r3059997507
##########
cpp/velox/compute/WholeStageResultIterator.cc:
##########
@@ -358,14 +357,15 @@ void WholeStageResultIterator::constructPartitionColumns(
}
void WholeStageResultIterator::addIteratorSplits(const
std::vector<std::shared_ptr<ResultIterator>>& inputIterators) {
- GLUTEN_CHECK(!allSplitsAdded_, "Method addIteratorSplits should not be
called since all splits has been added to the Velox task.");
+ GLUTEN_CHECK(
Review Comment:
Hey @jinchengchenghh removed dist change
--
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]