Skip to content

Commit

Permalink
Update impala-external.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrahn authored Aug 2, 2019
1 parent 9e37b7f commit 0479377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/impala-external.sql
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ create external table customer (
c_birth_country varchar(20),
c_login varchar(13),
c_email_address varchar(50),
c_last_review_date varchar(10)
c_last_review_date_sk int
)
row format delimited fields terminated by '|'
stored as textfile
Expand Down

0 comments on commit 0479377

Please sign in to comment.