Member since
04-07-2016
36
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
20380 | 08-01-2016 11:30 AM |
11-14-2018
01:57 AM
Hi, I have the same problem, could you please give me some detail guid? Thanks a lot
... View more
03-22-2017
02:44 PM
@DWinters How were you able to overcome this issue? Could you please post a sample solution
... View more
11-02-2016
05:41 PM
1 Kudo
Hi Maurin, both tables have to be scanned to observe SQL semantics. Otherwise, we would be changing the number of results coming out of your view. If you want the drop the second union operand, you could add a "WHERE a IS NOT NULL", and then the seocnd table will not be scanned. Alex
... View more
09-27-2016
09:50 AM
1 Kudo
Thanks for the data point :). We're tracking the parallelisation work here: https://issues.cloudera.org/browse/IMPALA-3902 . It's probably going to get enabled in phases - we may have parallelisation for aggregations before joins for example.
... View more
09-20-2016
08:03 AM
1 Kudo
Thanks for reporting this issue! Sorry for the trouble. I was able to reproduce the issue and can confirm this is a regression from previous Impala versions. I filed https://issues.cloudera.org/browse/IMPALA-4170 to track progress on the issue.
... View more