PHILO-HE commented on code in PR #11697:
URL: 
https://github.com/apache/incubator-gluten/pull/11697#discussion_r2881579701


##########
cpp/velox/memory/GlutenDirectBufferedInput.h:
##########
@@ -48,6 +48,11 @@ class GlutenDirectBufferedInput : public 
facebook::velox::dwio::common::DirectBu
 
   ~GlutenDirectBufferedInput() override {
     requests_.clear();
+    for (auto& load : coalescedLoads_) {

Review Comment:
   Can we unify the two loops into one?



-- 
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]

Reply via email to