alamb commented on code in PR #19895:
URL: https://github.com/apache/datafusion/pull/19895#discussion_r2734122207


##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -7256,6 +7494,30 @@ mod tests {
         }
     }
 
+    #[test]
+    fn roundtrip_run_array() {
+        // Comparison logic in round_trip_through_scalar doesn't work for 
RunArrays
+        // so we have a custom test for them

Review Comment:
   Maybe we can test with the arrow 58 upgrade PR:
   - #19728 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to