diff --git a/src/rc_gpfs/policy/convert.py b/src/rc_gpfs/policy/convert.py
index 0873e9a07adc92ef826c5bfc72d037f0798bace2..4890bd60c18c6df2abd4ed8a2ec9963b1c71b858 100755
--- a/src/rc_gpfs/policy/convert.py
+++ b/src/rc_gpfs/policy/convert.py
@@ -88,4 +88,4 @@ def convert(
         .sort('path')
     )
 
-    df.write_parquet(output_path,use_pyarrow=True)
\ No newline at end of file
+    df.write_parquet(output_path,statistics='full')
\ No newline at end of file