westonpace commented on code in PR #35565:
URL: https://github.com/apache/arrow/pull/35565#discussion_r1201533138


##########
cpp/src/arrow/acero/exec_plan.cc:
##########
@@ -358,10 +359,38 @@ std::optional<int> GetNodeIndex(const 
std::vector<ExecNode*>& nodes,
   return std::nullopt;
 }
 
+const std::string kAceroAlignmentHandlingEnvVar = "ACERO_ALIGNMENT_HANDLING";

Review Comment:
   Fair enough.  I only saw the string accepting variant and missed the char* 
version.  I've switched.



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

Reply via email to