We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a697e2d commit ad39435Copy full SHA for ad39435
tests/test_athena_csv.py
@@ -483,4 +483,4 @@ def test_opencsv_serde(path, glue_table, glue_database, use_threads, ctas_approa
483
table=glue_table, database=glue_database, use_threads=use_threads, ctas_approach=ctas_approach
484
)
485
df = df.applymap(lambda x: x.replace('"', "")).convert_dtypes()
486
- assert df.equals(df2)
+ assert df.equals(df2.sort_values(by=list(df2)).reset_index(drop=True))
0 commit comments