Describe the bug
In DF v50 by setting CsvReadOptions::schema_infer_max_records to zero it was possible to disable schema inference completely, thus every column would be read as Utf8.
In DF v51 same setting results in all column types to be inferred as Null type.
To Reproduce
No response
Expected behavior
It's often desirable to read all CSV columns as strings and then parse them in SQL later, so I think DF v50 behavior should be restored.
Additional context
No response