Hi Arunabha, No specific OpenDremel knowledge is required. It is just a parser for BigQuery language, the ANTLR parsers the query into parse-tree and then immediately converts parse tree into AST, AST then is simply and in strait-forward manner is converted to POJO graph. That's all what is needed to know to contribute to the parser.
You can take Ted commentary and make fixes. Leon on our side will also help. I'm travelling so could not be responsive for couple of days. Camuel. On Mon, Oct 22, 2012 at 1:17 PM, Arunabha Ghosh <[email protected]>wrote: > Hi Folks, > I don't know how much of an existing knowledge of the > OpenDremel parser is required, but I'm happy to help out with this if it > would be helpful. > > On Sun, Oct 21, 2012 at 1:26 PM, Ted Dunning <[email protected]> > wrote: > > > See DRILL-8 and DRILL-9, both resolved now. > > > > Camuel, > > > > Who on your team will be working on DRILL-10? > > > > How can I help them? > > >
