rok commented on a change in pull request #10647:
URL: https://github.com/apache/arrow/pull/10647#discussion_r678344340



##########
File path: cpp/src/arrow/compute/kernels/scalar_temporal.cc
##########
@@ -656,6 +764,13 @@ void RegisterScalarTemporal(FunctionRegistry* registry) {
 
   auto subsecond = MakeTemporal<Subsecond, DoubleType>("subsecond", 
&subsecond_doc);
   DCHECK_OK(registry->AddFunction(std::move(subsecond)));
+
+#ifndef _WIN32

Review comment:
       This currently uses timezones (it could probably temporarily be done 
without for UTC only). We don't yet have timezones solved on windows 
[ARROW-13168](https://issues.apache.org/jira/browse/ARROW-13168), hence the 
exclusion.




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