Skip to content

Commit ac82270

Browse files
committed
Minor - fix athena test
1 parent 67e5f50 commit ac82270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_athena.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,8 @@ def test_athena_generate_create_query(path, glue_database, glue_table):
11811181
"LOCATION",
11821182
f" '{path}'",
11831183
"TBLPROPERTIES (",
1184-
" 'classification'='parquet', ",
11851184
" 'compressionType'='none', ",
1185+
" 'classification'='parquet', ",
11861186
" 'projection.enabled'='false', ",
11871187
" 'typeOfData'='file')",
11881188
]
@@ -1212,8 +1212,8 @@ def test_athena_generate_create_query(path, glue_database, glue_table):
12121212
"LOCATION",
12131213
f" '{path}'",
12141214
"TBLPROPERTIES (",
1215-
" 'classification'='parquet', ",
12161215
" 'compressionType'='none', ",
1216+
" 'classification'='parquet', ",
12171217
" 'projection.enabled'='false', ",
12181218
" 'typeOfData'='file')",
12191219
]

0 commit comments

Comments
 (0)