viirya commented on code in PR #3882:
URL: https://github.com/apache/arrow-rs/pull/3882#discussion_r1140455223


##########
arrow-array/src/types.rs:
##########
@@ -240,24 +269,12 @@ impl ArrowDictionaryKeyType for UInt32Type {}
 
 impl ArrowDictionaryKeyType for UInt64Type {}
 
-mod run {
-    use super::*;
-
-    pub trait RunEndTypeSealed {}
-
-    impl RunEndTypeSealed for Int16Type {}
-
-    impl RunEndTypeSealed for Int32Type {}
-
-    impl RunEndTypeSealed for Int64Type {}
-}
-
 /// A subtype of primitive type that is used as run-ends index
 /// in `RunArray`.
 /// See <https://arrow.apache.org/docs/format/Columnar.html>
 ///
 /// Note: The implementation of this trait is sealed to avoid accidental 
misuse.

Review Comment:
   Now a redundant comment line:
   
   ```suggestion
   ```



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