bkietz commented on a change in pull request #10598:
URL: https://github.com/apache/arrow/pull/10598#discussion_r661795750



##########
File path: r/src/compute.cpp
##########
@@ -264,6 +264,16 @@ std::shared_ptr<arrow::compute::FunctionOptions> 
make_compute_options(
                                      max_replacements);
   }
 
+  if (func_name == "day_of_week") {
+    using Options = arrow::compute::TemporalComponentExtractionOptions;

Review comment:
       ```suggestion
       using Options = arrow::compute::DayOfWeekOptions;
   ```




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to