Presto: create external table but how to define `fields terminated`

Created on 16 Feb 2017  路  2Comments  路  Source: prestodb/presto

in s3://test
1,2

then:
create table hzzz (a varchar, b varchar) with ( external_location = 's3://test', format = 'TEXTFILE' )
select * from hzzz

retult is:
a b
1,2 null

should i define fields terminated? and how?

Most helpful comment

There is a pending pull request about this
https://github.com/prestodb/presto/pull/6387

All 2 comments

There is a pending pull request about this
https://github.com/prestodb/presto/pull/6387

Why is this issue closed when the PR is still open?

Was this page helpful?
0 / 5 - 0 ratings