On Sun, Oct 25, 2015 at 10:13 PM, Jacques Nadeau <[email protected]> wrote: > Agreed. We need both select with option and .drill (by etl process or by > sql ascribe metadata). > > Let's start with the select with options. My only goal would be to make > sure that creation of .drill file through SQL uses a similar pattern to the > select with options. It is also important that tables names are still > expressed as identifiers instead of strings (people already have enough > trouble with remembering whether to use single quotes or backticks). If the > table function approach is everybody's preferred approach, I think it is > important to have named parameters per Julian's notes. > > @Julian, how hard do you think it will be to add named parameters?
I just checked in a fix for https://issues.apache.org/jira/browse/CALCITE-941. Check it out.
