Hi, How about defining a view on top? For example, create view XXX as select cast(columns[0] as int) col1, cast(columns[1] as int) col2 from `xxx.csv`.
On Mon, Feb 15, 2016 at 11:34 PM, Usman Ali <[email protected]> wrote: > Hi, > Is there any support for giving custom schema for schema-less > delimited files in storage plug-in or somewhere else? If not, is it going > to be part of any future release? > > Usman Ali >
