AFAIK it doesn't. Not sure if some work has been done towards it.
Sent from my iPhone
> On 06-Jun-2016, at 7:08 AM, Michael Mior wrote:
>
> Am I correct in understanding that Calcite doesn't currently rewrite
> queries to use materialized views if the query which defines the view
> includes a jo
Am I correct in understanding that Calcite doesn't currently rewrite
queries to use materialized views if the query which defines the view
includes a join? If this is the case, has there been any work towards
making this happen?
--
Michael Mior
michael.m...@gmail.com
Thanks, Josh. I’m close to having an RC0 of Calcite 1.8.0 (depends on Avatica
1.8.0) and I’ll start a vote as soon as you officially announce Avatica 1.8.0.
> On Jun 4, 2016, at 1:32 PM, Josh Elser wrote:
>
> This vote passes with 3 +1's and nothing else.
>
> Many thanks to Julian and James f
Hello,
My name is George and I am an undergraduate computer science student. I am
doing some research for my diploma thesis about query optimization on
distributed systems. After reading some basics about Calcite project, I
thought I could use it as an SQL optimizer on top of Spark.
I have a Hadoo