Re: [I] Feature is not implemeneted: Unsupported cast with list of structs [datafusion]

2025-07-18 Thread via GitHub
alamb commented on issue #15338: URL: https://github.com/apache/datafusion/issues/15338#issuecomment-3089248741 @kosiew filed a ticket that I think describes a solution to this problem: - https://github.com/apache/datafusion/issues/16579 -- This is an automated message from the Apache

Re: [I] Feature is not implemeneted: Unsupported cast with list of structs [datafusion]

2025-07-14 Thread via GitHub
dabljues commented on issue #15338: URL: https://github.com/apache/datafusion/issues/15338#issuecomment-3070190840 Same issue for me, explained here: https://github.com/delta-io/delta-rs/issues/3595 -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [I] Feature is not implemeneted: Unsupported cast with list of structs [datafusion]

2025-03-28 Thread via GitHub
ion-elgreco commented on issue #15338: URL: https://github.com/apache/datafusion/issues/15338#issuecomment-2762411530 > - Related discussion: https://github.com/apache/arrow-rs/issues/7176 > > I think @kosiew may have a PR up that is related > - https://github.com/apache/datafusion/

[I] Feature is not implemeneted: Unsupported cast with list of structs [datafusion]

2025-03-27 Thread via GitHub
liamphmurphy opened a new issue, #15338: URL: https://github.com/apache/datafusion/issues/15338 ### Describe the bug This bug for me originated when encountering schema evolutions on Delta tables using the `delta-rs` library. Whenever a schema evolution occurred on my table that cont

Re: [I] Feature is not implemeneted: Unsupported cast with list of structs [datafusion]

2025-03-25 Thread via GitHub
alamb commented on issue #15338: URL: https://github.com/apache/datafusion/issues/15338#issuecomment-2752525764 - Related discussion: https://github.com/apache/arrow-rs/issues/7176 I think @kosiew may have a PR up that is related - https://github.com/apache/datafusion/pull/15295 -