Skip to content

Commit

Permalink
Resolved #453.
Browse files Browse the repository at this point in the history
  • Loading branch information
j3-signalroom committed Nov 15, 2024
1 parent fc0c98e commit 5c7d079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink_sql_statements/create_airline_flights_table.fql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE airline_flights (
email_address STRING,
departure_time STRING,
departure_airport_code STRING,
email_address STRING,
departure_time STRING,
arrival_time STRING,
arrival_airport_code STRING,
flight_number STRING,
Expand Down

0 comments on commit 5c7d079

Please sign in to comment.