pitrou commented on a change in pull request #10598: URL: https://github.com/apache/arrow/pull/10598#discussion_r662214727
########## File path: cpp/src/arrow/compute/kernels/scalar_temporal.cc ########## @@ -80,6 +84,25 @@ struct TemporalComponentExtract { } }; +template <typename Op, typename OutType> +struct DayOfWeekOptionsWithOptions { Review comment: Well, it's still confusing. `DayOfWeekExec`? -- 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