You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/05/10 15:16:01 UTC

[GitHub] [arrow] mapleFU commented on a diff in pull request #35527: GH-35526: [CI][C++] Fixing arrow::internal::IsNullRunEndEncoded redeclared

mapleFU commented on code in PR #35527:
URL: https://github.com/apache/arrow/pull/35527#discussion_r1190064242


##########
cpp/src/gandiva/llvm_generator.cc:
##########
@@ -295,6 +295,8 @@ Status LLVMGenerator::CodeGenExprValue(DexPtr value_expr, int buffer_count,
       selection_vector_type = types()->i64_type();
       break;
   }
+  ARROW_RETURN_IF((selection_vector_type == nullptr),
+                  Status::CodeGenError("Error creating selection_vector_type."));

Review Comment:
   The switch case doesn't has a default. So I've no idea that why it reports compilation error. Maybe a stale compiler is used when building Windows in CI ?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org