viirya commented on code in PR #2623:
URL: https://github.com/apache/arrow-rs/pull/2623#discussion_r960301233
##########
arrow/src/compute/kernels/temporal.rs:
##########
@@ -27,6 +28,85 @@ use chrono::format::strftime::StrftimeItems;
use chrono::format::{parse, Parsed};
use chrono::FixedOffset;
+macro_rules! _extract_component_from_array {
Review Comment:
To avoid conflict with another PR which changes the macro too, I made a copy
and modified it. I will rename it later.
--
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]