You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/18 11:04:15 UTC

[GitHub] [arrow-rs] ovr commented on a diff in pull request #2067: feat(compute): Support doy (day of year) for temporal

ovr commented on code in PR #2067:
URL: https://github.com/apache/arrow-rs/pull/2067#discussion_r923237392


##########
arrow/src/compute/kernels/temporal.rs:
##########
@@ -338,7 +338,7 @@ where
                 scratch
             )
         }
-        dt => return_compute_error_with!("weekday does not support", dt),
+        dt => return_compute_error_with!("weekday0 does not support", dt),

Review Comment:
   Ty



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

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