This is an automated email from the ASF dual-hosted git repository.

marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new c4b4c7273 [VL] No need to increment the fixedWidthIdx variable (#5520)
c4b4c7273 is described below

commit c4b4c72732f2d662c6c7b0b41c46d47f77b281d0
Author: YunDa <[email protected]>
AuthorDate: Thu Apr 25 15:42:10 2024 +0800

    [VL] No need to increment the fixedWidthIdx variable (#5520)
---
 cpp/velox/shuffle/VeloxShuffleWriter.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/velox/shuffle/VeloxShuffleWriter.cc 
b/cpp/velox/shuffle/VeloxShuffleWriter.cc
index 50d1c91c0..ee427ab21 100644
--- a/cpp/velox/shuffle/VeloxShuffleWriter.cc
+++ b/cpp/velox/shuffle/VeloxShuffleWriter.cc
@@ -1064,7 +1064,6 @@ 
arrow::Result<std::vector<std::shared_ptr<arrow::Buffer>>> VeloxShuffleWriter::a
       case arrow::ListType::type_id:
         break;
       case arrow::NullType::type_id: {
-        fixedWidthIdx++;
         break;
       }
       default: {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to