569e533350d68dcb01af2d7a8b68f87695c772c8,petastorm/tests/test_unischema.py,UnischemaTest,test_arrow_schema_convertion_ignore,#UnischemaTest#,329

Before Change


    def test_arrow_schema_convertion_ignore(self):
        arrow_schema = pa.schema([
            pa.field("list_of_int", pa.float16()),
            pa.field("struct", pa.struct([("a", pa.string()), ("b", pa.int32())])),
        ])

        mock_dataset = _mock_parquet_dataset([], arrow_schema)

After Change


    def test_arrow_schema_convertion_ignore(self):
        arrow_schema = pa.schema([
            pa.field("list_of_int", pa.float16()),
            pa.field("struct", pa.struct([pa.field("a", pa.string()), pa.field("b", pa.int32())])),
        ])

        mock_dataset = _mock_parquet_dataset([], arrow_schema)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: uber/petastorm
Commit Name: 569e533350d68dcb01af2d7a8b68f87695c772c8
Time: 2019-05-01
Author: yevgeni@uber.com
File Name: petastorm/tests/test_unischema.py
Class Name: UnischemaTest
Method Name: test_arrow_schema_convertion_ignore


Project Name: uber/petastorm
Commit Name: 569e533350d68dcb01af2d7a8b68f87695c772c8
Time: 2019-05-01
Author: yevgeni@uber.com
File Name: petastorm/tests/test_unischema.py
Class Name: UnischemaTest
Method Name: test_arrow_schema_convertion_ignore


Project Name: uber/petastorm
Commit Name: 569e533350d68dcb01af2d7a8b68f87695c772c8
Time: 2019-05-01
Author: yevgeni@uber.com
File Name: petastorm/tests/test_unischema.py
Class Name: UnischemaTest
Method Name: test_arrow_schema_arrow_1644_list_of_list


Project Name: uber/petastorm
Commit Name: 569e533350d68dcb01af2d7a8b68f87695c772c8
Time: 2019-05-01
Author: yevgeni@uber.com
File Name: petastorm/tests/test_unischema.py
Class Name: UnischemaTest
Method Name: test_arrow_schema_arrow_1644_list_of_struct