Open japinli opened 6 months ago
good catch, it looks like the union part is not working when caching is enabled; @JerrySievert would you be able to comment here?
I can take a look at it in the next day or so - it's been long enough on the caching code that I'd need to do a deeper dive
What's wrong?
Hi,
When I read the regression test in columnar_cache.sql, I noticed that it contains the following test case:
The comments claim that both queries produce the same outcome but columnar_cache.out results differ. The first query returns 2000 rows while the second only returns 999 rows.
Is this expected?