Skip to content

Commit

Permalink
Update "Tail_Number" column type in create query
Browse files Browse the repository at this point in the history
I found the CSV file "Tail_Number" value is like this: N517AE, so it should be the type String
  • Loading branch information
yddgit committed May 29, 2021
1 parent b14d7c3 commit 80587a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getting-started/example-datasets/ontime.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE `ontime`
`Reporting_Airline` String,
`DOT_ID_Reporting_Airline` Int32,
`IATA_CODE_Reporting_Airline` String,
`Tail_Number` Int32,
`Tail_Number` String,
`Flight_Number_Reporting_Airline` String,
`OriginAirportID` Int32,
`OriginAirportSeqID` Int32,
Expand Down

0 comments on commit 80587a5

Please sign in to comment.