Skip to content

Commit

Permalink
remove default DAFT_MICROPARTITIONS variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Dec 1, 2023
1 parent f5d4c92 commit ff67fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataframe/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def test_create_dataframe_csv_specify_schema_no_headers(
"column_5": DataType.string(),
}

if use_native_downloader == False and os.environ.get("DAFT_MICROPARTITIONS", "0") == "0":
if use_native_downloader == False and os.environ.get("DAFT_MICROPARTITIONS") == "0":
schema_hints_for_csv_without_headers = {
"f0": DataType.float64(),
"f1": DataType.float64(),
Expand Down

0 comments on commit ff67fa7

Please sign in to comment.