Skip to content

Commit

Permalink
dont call schema
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 12, 2023
1 parent fa86b53 commit ef46ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/io/parquet/test_reads_public_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_parquet_read_table_into_pyarrow(parquet_file, public_storage_io_config,
url, io_config=public_storage_io_config, multithreaded_io=multithreaded_io
)
pa_read = read_parquet_with_pyarrow(url)
assert daft_native_read.schema() == pa_read.schema()
assert daft_native_read.schema == pa_read.schema
pd.testing.assert_frame_equal(daft_native_read.to_pandas(), pa_read.to_pandas())


Expand Down

0 comments on commit ef46ed3

Please sign in to comment.