kosiew commented on issue #16279: URL: https://github.com/apache/datafusion/issues/16279#issuecomment-3674023726
@gabotechs I think this issue is resolved at https://github.com/apache/datafusion/commit/d493f3d441aa30e7e83d4ff918e07681f985a966 I tested `cargo test --test sqllogictests -- --substrait-round-trip array.slt:6417` The slt test is `with test AS (SELECT substr(md5(i::text)::text, 1, 32) as needle FROM generate_series(1, 100000) t(i))` and it completed without error. -- 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]
