Adding RelOptMaterializations to a planner

2019-10-04 Thread Shubham Kumar
ards Shubham Kumar

Re: Is it possible to retrieve materialized view query rewrite from Calcite Plan

2019-09-16 Thread Shubham Kumar
mplementations for my use case or is there something already present. [1] https://github.com/apache/calcite/blob/73023148e7f37d494f6caf92b01b090f6dde13cd/core/src/main/java/org/apache/calcite/prepare/Prepare.java#L320 Thanks Shubham On Mon, Sep 16, 2019 at 11:32 AM XING JIN wrote: > Hi,

Is it possible to retrieve materialized view query rewrite from Calcite Plan

2019-09-11 Thread Shubham Kumar
h involves scanning the raw tables and hence the SQL generated by rel2sql is not the one which utilized the materialized view. Any pointers to get the rewrite query. -- Thanks & Regards Shubham Kumar

Re: Using Spark 2.4.0 as Execution Engine with Apache Calcite

2019-08-29 Thread Shubham Kumar
a subscriber. > > Julian > > > > On Aug 28, 2019, at 9:03 AM, Shubham Kumar > wrote: > > > > Hey, > > > > Does anyone have any insights on this? Also wanted to confirm that it is > > being sent on the mailing list of Calcite. > > > &g

Re: Using Spark 2.4.0 as Execution Engine with Apache Calcite

2019-08-28 Thread Shubham Kumar
Hey, Does anyone have any insights on this? Also wanted to confirm that it is being sent on the mailing list of Calcite. Thanks Shubham On Mon, Aug 26, 2019 at 6:16 PM Shubham Kumar wrote: > Hey, > > I am trying to optimize queries by creating materialized views in Hive and > t

Using Spark 2.4.0 as Execution Engine with Apache Calcite

2019-08-26 Thread Shubham Kumar
ecuted? -- Thanks & Regards Shubham Kumar