Skip to content

Commit

Permalink
Python: Disable writing REE data into Pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
zagto authored and felipecrv committed Jan 13, 2023
1 parent 5f8fcd1 commit 6156a9f
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 @@ -1220,6 +1220,7 @@ struct ObjectWriterVisitor {
enable_if_t<is_floating_type<Type>::value ||
std::is_same<DictionaryType, Type>::value ||
std::is_same<DurationType, Type>::value ||
std::is_same<RunEndEncodedType, 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 6156a9f

Please sign in to comment.