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


##########
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:
   This function is now called `num_days_from_sunday`
   ```suggestion
           dt => return_compute_error_with!("num_days_from_sunday does not 
support", dt),
   ```



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