As we currently use file suffixes to determine file types on read, I think
it would make sense to have the same behavior on write (obviously with the
option to define overrides as users need them). Thoughts on the best user
experience here?

-Jason Altekruse

On Tue, Jan 6, 2015 at 1:01 PM, Sungwook Yoon <[email protected]> wrote:

> Hey... Abdel,
>
> Thanks,
> It works
>
> Sungwook
>
>
> On Tue, Jan 6, 2015 at 12:40 PM, Abdel Hakim Deneche <
> [email protected]>
> wrote:
>
> > According to the Wiki
> > <
> >
> https://cwiki.apache.org/confluence/display/DRILL/CREATE+TABLE+AS+%28CTAS%29+Command
> > >
> > you need to call:
> >
> > alter session set `store.format`='json';
> >
> > to change the storage format.
> >
> >
> >
> > On Tue, Jan 6, 2015 at 12:35 PM, Sungwook Yoon <[email protected]>
> wrote:
> >
> > > Hi
> > >
> > > I am trying to save the query as csv
> > >
> > > So, I am doing
> > >
> > > create table as dfs.tmp.`/tmp.csv` select ..
> > >
> > > It creates a parquet file.
> > > Why did it not create csv file?
> > >
> > > Thanks,
> > >
> > > Sungwook
> > >
> >
>

Reply via email to