rok commented on code in PR #12865:
URL: https://github.com/apache/arrow/pull/12865#discussion_r2207934451


##########
cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc:
##########
@@ -663,15 +661,19 @@ struct Nanosecond {
 
 template <typename Duration>
 struct IsDaylightSavings {
-  explicit IsDaylightSavings(const FunctionOptions* options, const time_zone* 
tz)
-      : tz_(tz) {}
+  explicit IsDaylightSavings(const FunctionOptions* options, const 
ArrowTimeZone* tz)

Review Comment:
   Changed.



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