Rich-T-kid commented on code in PR #9891:
URL: https://github.com/apache/arrow-rs/pull/9891#discussion_r3185256547


##########
arrow-arith/src/temporal.rs:
##########
@@ -194,6 +195,15 @@ pub fn date_part(array: &dyn Array, part: DatePart) -> 
Result<ArrayRef, ArrowErr
             let new_array = array.with_values(values);
             Ok(new_array)
         }
+        DataType::RunEndEncoded(k, _) => match k.data_type() {

Review Comment:
   Yea I noticed it while I was going through spots in the codebase that used 
this pattern. its was a pretty small change so I included it in this PR



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