majetideepak commented on PR #6183:
URL: 
https://github.com/apache/incubator-gluten/pull/6183#issuecomment-2228488630

   @deepashreeraghu I am hitting the following warning which is being handled 
as an error. Are you not seeing this?
   ```
   In file included from 
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/BaseVector.h:37,
                    from 
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/arrow/Bridge.h:20,
                    from 
/root/incubator-gluten/ep/build-velox/build/velox_ep/velox/vector/arrow/Bridge.cpp:17:
   In member function ‘void facebook::velox::SelectivityVector::clearAll()’,
       inlined from ‘std::enable_if_t<is_same_v<U, 
facebook::velox::StringView>, void> 
facebook::velox::SimpleVector<T>::invalidateIsAscii() [with U = 
facebook::velox::StringView; T = facebook::velox::StringView]’ at 
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/SimpleVector.h:315:55,
       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:434:26:
   
/root/incubator-gluten/ep/build-velox/build/velox_ep/./velox/vector/SelectivityVector.h:163:18:
 error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
     163 |     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