Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
Description
This currently failing:
data = pd.Series([[], [], []]) arr = pa.array(data) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ array.pxi:181: in pyarrow.lib.array ??? array.pxi:26: in pyarrow.lib._sequence_to_array ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E pyarrow.lib.ArrowTypeError: Unable to determine data type
The code in SeqVisitor::GetType suggests that we don't want to support thus but I would have expected that the above should result in List<Null>.
Attachments
Issue Links
- links to