Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
Description
Object columns in Pandas are currently converted to Null type columns in Arrow and they can not be written using `pyarrow.orc.write_table`. Since ORC doesn't support Null type columns we need to find the appropriate DataType for such columns and do the write.