[
https://issues.apache.org/jira/browse/ARROW-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661454#comment-17661454
]
Rok Mihevc commented on ARROW-4432:
-----------------------------------
This issue has been migrated to [issue
#20992|https://github.com/apache/arrow/issues/20992] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python][Hypothesis] Empty table - pandas roundtrip produces unequal tables
> ---------------------------------------------------------------------------
>
> Key: ARROW-4432
> URL: https://issues.apache.org/jira/browse/ARROW-4432
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Krisztian Szucs
> Priority: Major
> Labels: hypothesis
>
> The following test case fails for empty tables:
> {code:python}
> import hypothesis as h
> import pyarrow.tests.strategies as past
> @h.given(past.all_tables)
> def test_pandas_roundtrip(table):
> df = table.to_pandas()
> table_ = pa.Table.from_pandas(df)
> assert table == table_
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)