feniljain opened a new pull request, #19415: URL: https://github.com/apache/datafusion/pull/19415
## Which issue does this PR close? - Closes #9706 ## Rationale for this change Mentioned in issue. ## What changes are included in this PR? `RowConverter` API seems to have changed since initial implementation. Columns needs to be exactly same as schema passed in, so when we were handling case of `l_values` or `r_values` being `None`, us passing empty columns was causing an assert to fail in `RowConverter`. ## Are these changes tested? `cargo test --test sqllogictests -- array` passes ## Are there any user-facing changes? No -- 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]
