majetideepak commented on issue #6374:
URL: 
https://github.com/apache/incubator-gluten/issues/6374#issuecomment-2245393310

   @NEUpanning This needs another fix on the Velox side similar to the previous 
one.
   ```
   In member function ‘void facebook::velox::SelectivityVector::updateBounds()’,
       inlined from ‘void facebook::velox::SelectivityVector::deselect(const 
facebook::velox::SelectivityVector&)’ at 
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/SelectivityVector.h:208:17,
       inlined from ‘void 
facebook::velox::SimpleVector<T>::resetDataDependentFlags(const 
facebook::velox::SelectivityVector*) [with T = facebook::velox::StringView]’ at 
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/SimpleVector.h:432:59:
   
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/SelectivityVector.h:297:20:
 error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
     297 |       allSelected_ = false;
         |       ~~~~~~~~~~~~~^~~~~~~ 
   ```


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