andygrove commented on issue #2619: URL: https://github.com/apache/datafusion-comet/issues/2619#issuecomment-3432650241
Thanks @ > [It is a limitation of Spark itself](https://github.com/apache/spark/blob/branch-4.0/common/utils/src/main/java/org/apache/spark/unsafe/array/ByteArrayUtils.java#L26), isn't it? > > I think it should be checked inside `array_repeat` like I did it when implemented [array_insert](https://github.com/apache/datafusion-comet/blob/main/native/spark-expr/src/array_funcs/array_insert.rs#L250) Thanks @SemyonSinchenko, you are correct that this was a valid Spark error not a Comet issue. I will close this issue. -- 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]
