Omega359 commented on issue #13470: URL: https://github.com/apache/datafusion/issues/13470#issuecomment-2540028825
> After thinking about it a bit I think I could find a way to switch the results by using the column type count in `query II` to determine how many columns should exist and then do the rewrite. It wouldn't just be a regex (well, I'm sure someone could write some to deal with this but I'm not going there ... I've been burnt by regex far far too often in the past) but could be done with a small script. Oops, not so quick. I forgot about `valuesort` which is one of the result sorting methods. It isn't implemented in sqlogictest-rs (yet) and just switching that to `rowsort` doesn't work (causes errors) I'll see about pushing a PR to that crate later today and then hopefully if merged we can just use the next version. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org