askoa commented on code in PR #3534:
URL: https://github.com/apache/arrow-rs/pull/3534#discussion_r1071284705


##########
arrow-data/src/data.rs:
##########
@@ -654,6 +654,12 @@ impl ArrayData {
             DataType::Dictionary(_, data_type) => {
                 vec![Self::new_empty(data_type)]
             }
+            DataType::RunEndEncodedType(run_ends, values) => {

Review Comment:
   Shouldn't this be just `DataType::RunEndEncoded`? Because it's part of 
`DataType`, its given that its a Type and  the `Type` suffix is redundant.



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