Skip to content

Commit 86e7b26

Browse files
jaidisidoLeonLuttenberger
authored andcommitted
Minor - fix athena test
1 parent 7ae4baa commit 86e7b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_athena.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,8 @@ def test_athena_generate_create_query(path, glue_database, glue_table):
12521252
"LOCATION",
12531253
f" '{path}'",
12541254
"TBLPROPERTIES (",
1255-
" 'classification'='parquet', ",
12561255
" 'compressionType'='none', ",
1256+
" 'classification'='parquet', ",
12571257
" 'projection.enabled'='false', ",
12581258
" 'typeOfData'='file')",
12591259
]
@@ -1283,8 +1283,8 @@ def test_athena_generate_create_query(path, glue_database, glue_table):
12831283
"LOCATION",
12841284
f" '{path}'",
12851285
"TBLPROPERTIES (",
1286-
" 'classification'='parquet', ",
12871286
" 'compressionType'='none', ",
1287+
" 'classification'='parquet', ",
12881288
" 'projection.enabled'='false', ",
12891289
" 'typeOfData'='file')",
12901290
]

0 commit comments

Comments
 (0)