Re: Result of the TPC-DS benchmark on Hive master branch

2020-11-18 Thread Stamatis Zampetakis
I looked a bit better on the plans of query2 and query59 and there is something weird with the semi joins that appear in the plan. A possible workaround, till we fix the problem, would be to disable semi joins for these two queries: set hive.tez.dynamic.semijoin.reduction=false; Best, Stamatis O

Re: Result of the TPC-DS benchmark on Hive master branch

2020-11-18 Thread Stamatis Zampetakis
Hi Sungwoo, As far as it concerns query14 the problem is logged in HIVE-24167 [1]. There is also a PR [2] for reproducing the problem so it should be feasible to find the offending commit with git bisect. For queries 2 and 59, I am also able to reproduce the behavior that you mentioned (same redu