Krisztian Szucs created ARROW-4432: -------------------------------------- Summary: [Python][Hypothesis] Empty table - pandas roundtrip produces inequal tables Key: ARROW-4432 URL: https://issues.apache.org/jira/browse/ARROW-4432 Project: Apache Arrow Issue Type: Bug Components: Python Reporter: Krisztian Szucs
The following test case fails for empty tables: {code:python} @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 (v7.6.3#76005)