Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Sep 28, 2024
1 parent 81df4e1 commit dc2619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dialects/test_athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_ddl(self):

# CTAS goes to the Trino engine, where the table properties cant be encased in single quotes like they can for Hive
# ref: https://docs.aws.amazon.com/athena/latest/ug/create-table-as.html#ctas-table-properties
# They're also case sentitive and need to be lowercase, otherwise you get eg "Table properties [FORMAT] are not supported."
# They're also case sensitive and need to be lowercase, otherwise you get eg "Table properties [FORMAT] are not supported."
self.validate_identity(
"CREATE TABLE foo WITH (table_type='ICEBERG', location='s3://foo/', format='orc', partitioning=ARRAY['bucket(id, 5)']) AS SELECT * FROM a"
)
Expand Down

0 comments on commit dc2619a

Please sign in to comment.