Describe the bug
ctx.read_csv( returns empty dataset
To Reproduce
`import datafusion
ctx = datafusion.SessionContext()
blasted = ctx.read_csv(path="/localpath/a.tsv", has_header=True, delimiter="\t", schema_infer_max_records=100)
blasted.show()
`
Expected behavior
Few rows from csv should be printed out
Describe the bug
ctx.read_csv( returns empty dataset
To Reproduce
`import datafusion
ctx = datafusion.SessionContext()
blasted = ctx.read_csv(path="/localpath/a.tsv", has_header=True, delimiter="\t", schema_infer_max_records=100)
blasted.show()
`
Expected behavior
Few rows from csv should be printed out