Skip to content

Commit

Permalink
ListViewArray: Python: Disable writing ListView data into Pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Apr 26, 2023
1 parent 187b995 commit dd9d9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyarrow/src/arrow/python/arrow_to_pandas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,7 @@ struct ObjectWriterVisitor {
std::is_same<DictionaryType, Type>::value ||
std::is_same<DurationType, Type>::value ||
std::is_same<RunEndEncodedType, Type>::value ||
std::is_same<ListViewType, Type>::value ||
std::is_same<ExtensionType, Type>::value ||
(std::is_base_of<IntervalType, Type>::value &&
!std::is_same<MonthDayNanoIntervalType, Type>::value) ||
Expand Down

0 comments on commit dd9d9b8

Please sign in to comment.