FelixYBW commented on code in PR #8535:
URL: https://github.com/apache/incubator-gluten/pull/8535#discussion_r1917509120


##########
cpp/velox/operators/serializer/VeloxRowToColumnarConverter.cc:
##########
@@ -108,6 +108,7 @@ VectorPtr createFlatVector<TypeKind::HUGEINT>(
       uint8_t bytesValue[length];
       memcpy(bytesValue, memoryAddress + offsets[pos] + wordoffset, length);
       uint8_t bytesValue2[16]{};
+      assert(length <= 16);

Review Comment:
   I mean GLUTEN\_CHECK.
   
   https://github.com/apache/incubator-gluten/pull/8477/files



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