You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackwener (via GitHub)" <gi...@apache.org> on 2023/04/05 06:55:57 UTC

[GitHub] [arrow-datafusion] jackwener commented on issue #5646: TPCH, Query 18 and 17 very slow

jackwener commented on issue #5646:
URL: https://github.com/apache/arrow-datafusion/issues/5646#issuecomment-1497007973

   it's related with `type coercion`, I have a job related with it.
   #5831.
   This PR contains a fix for type coercion of subquery, it will move `cast` from `expression` into `subplan`. It means that we don't `cast expression` in `eval expression` and we do cast before `eval expression`.
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org