niyue commented on code in PR #38116:
URL: https://github.com/apache/arrow/pull/38116#discussion_r1368787258


##########
cpp/src/gandiva/engine.cc:
##########
@@ -236,7 +238,38 @@ static void SetDataLayout(llvm::Module* module) {
 
   module->setDataLayout(machine->createDataLayout());
 }
-// end of the mofified method from MLIR
+// end of the modified method from MLIR
+
+static arrow::Result<std::unique_ptr<llvm::Module>> GetModule(
+    llvm::Expected<std::unique_ptr<llvm::Module>>& module_or_error) {

Review Comment:
   That makes sense. Fixed.



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