Skip to content

Commit 092d641

Browse files
committed
fix pandas test regression
1 parent fb5634c commit 092d641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastparquet/test/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_timestamps():
132132

133133

134134
def test_pandas_hive_serialization(tmpdir):
135-
parquet_dir = tmpdir.join("test.par")
135+
parquet_dir = str(tmpdir.join("test.par"))
136136
column = "data"
137137
df = pd.DataFrame(
138138
columns=[column], data=[("42",), ("",), ("0",), ("1",), ("0.0",)]

0 commit comments

Comments
 (0)