Skip to content

Instantly share code, notes, and snippets.

@wesm
Created April 21, 2017 14:47
Show Gist options
  • Save wesm/fbbd9ccf19267a6bbd6872a6e5dc31dc to your computer and use it in GitHub Desktop.
Save wesm/fbbd9ccf19267a6bbd6872a6e5dc31dc to your computer and use it in GitHub Desktop.
collected 206 items
pyarrow/tests/test_array.py::test_total_bytes_allocated PASSED
pyarrow/tests/test_array.py::test_repr_on_pre_init_array PASSED
pyarrow/tests/test_array.py::test_getitem_NA PASSED
pyarrow/tests/test_array.py::test_list_format PASSED
pyarrow/tests/test_array.py::test_string_format PASSED
pyarrow/tests/test_array.py::test_long_array_format PASSED
pyarrow/tests/test_array.py::test_to_pandas_zero_copy PASSED
pyarrow/tests/test_array.py::test_array_slice PASSED
pyarrow/tests/test_array.py::test_dictionary_from_numpy PASSED
pyarrow/tests/test_array.py::test_dictionary_from_boxed_arrays PASSED
pyarrow/tests/test_array.py::test_dictionary_with_pandas ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0xFBAB017: NpyIter_Deallocate (nditer_constr.c:699)
==12454== by 0xFB92851: PyArray_Where (multiarraymodule.c:3182)
==12454== by 0xFB932E6: array_where (multiarraymodule.c:3207)
==12454== by 0x4F41AA8: call_function (ceval.c:4352)
==12454== by 0x4F41AA8: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3E0B6: ext_do_call (ceval.c:4666)
==12454== by 0x4F3E0B6: PyEval_EvalFrameEx (ceval.c:3028)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== Address 0xbb35020 is 1,728 bytes inside a block of size 4,097 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0x4F5B0F6: import_module_level (import.c:2298)
==12454== by 0x4F5B0F6: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== by 0x4F3E9E6: PyEval_EvalFrameEx (ceval.c:2624)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4EEED3C: slot_tp_new (typeobject.c:5849)
==12454== by 0x4EF3532: type_call (typeobject.c:749)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4F5ACC0: import_module_level (import.c:2238)
==12454== by 0x4F5ACC0: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== by 0x4F3E9E6: PyEval_EvalFrameEx (ceval.c:2624)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4EEED3C: slot_tp_new (typeobject.c:5849)
==12454== by 0x4EF3532: type_call (typeobject.c:749)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454==
PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_all_none PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_boolean PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_bytes PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_date PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal_different_precisions PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal_large_integer PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal_negative PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal_no_scale PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_decimal_no_whole_part PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_double PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_empty_list PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_fixed_size_bytes PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_fixed_size_bytes_does_not_accept_varying_lengths PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_garbage_collection PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_integer PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_list_of_int PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_mixed_nesting_levels PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_mixed_types_fails PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_sequence_types PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_timestamp PASSED
pyarrow/tests/test_convert_builtin.py::TestConvertSequence::test_unicode PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_all_nones PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_boolean_no_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_boolean_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_boolean_object_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_bytes_to_binary PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_category PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_column_of_arrays PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_column_of_lists PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_date_infer PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_date_objects_typed PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_dates_from_integers PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_128_from_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_128_to_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_32_from_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_32_to_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_64_from_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_decimal_64_to_pandas PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_fixed_size_bytes PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_fixed_size_bytes_does_not_accept_varying_lengths PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_float_no_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_float_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_integer_no_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_integer_with_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_mixed_types_fails PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_strided_data_import ==12454== Conditional jump or move depends on uninitialised value(s)
==12454== at 0x4ED80EB: PyObject_Free (obmalloc.c:1013)
==12454== by 0xFBAB017: NpyIter_Deallocate (nditer_constr.c:699)
==12454== by 0x24001AFE: iterator_loop (ufunc_object.c:1510)
==12454== by 0x24001AFE: execute_legacy_ufunc_loop (ufunc_object.c:1659)
==12454== by 0x24001AFE: PyUFunc_GenericFunction (ufunc_object.c:2625)
==12454== by 0x24002433: ufunc_generic_call (ufunc_object.c:4250)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4E89A28: PyObject_CallFunctionObjArgs (abstract.c:2774)
==12454== by 0xFAA55C0: array_richcompare (arrayobject.c:1414)
==12454== by 0x4ED687C: PyObject_RichCompare (object.c:961)
==12454== by 0x4F42091: cmp_outcome (ceval.c:4858)
==12454== by 0x4F42091: PyEval_EvalFrameEx (ceval.c:2576)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454==
==12454== Use of uninitialised value of size 8
==12454== at 0x4ED8103: PyObject_Free (obmalloc.c:1013)
==12454== by 0xFBAB017: NpyIter_Deallocate (nditer_constr.c:699)
==12454== by 0x24001AFE: iterator_loop (ufunc_object.c:1510)
==12454== by 0x24001AFE: execute_legacy_ufunc_loop (ufunc_object.c:1659)
==12454== by 0x24001AFE: PyUFunc_GenericFunction (ufunc_object.c:2625)
==12454== by 0x24002433: ufunc_generic_call (ufunc_object.c:4250)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4E89A28: PyObject_CallFunctionObjArgs (abstract.c:2774)
==12454== by 0xFAA55C0: array_richcompare (arrayobject.c:1414)
==12454== by 0x4ED687C: PyObject_RichCompare (object.c:961)
==12454== by 0x4F42091: cmp_outcome (ceval.c:4858)
==12454== by 0x4F42091: PyEval_EvalFrameEx (ceval.c:2576)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454==
PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_threaded_conversion PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_timedelta xfail
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_timestamps_notimezone_no_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_timestamps_notimezone_nulls PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_timestamps_with_timezone PASSED
pyarrow/tests/test_convert_pandas.py::TestPandasConversion::test_unicode PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_boolean_no_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_boolean_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_boolean_object_nulls ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0x4F40492: PyEval_EvalFrameEx (ceval.c:1843)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== by 0xFAA3E03: array_str (arrayobject.c:686)
==12454== by 0x4ED49C9: _PyObject_Str (object.c:430)
==12454== Address 0x6e05020 is 704 bytes inside a block of size 1,862 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0x4F40D9B: PyEval_EvalFrameEx (ceval.c:1488)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4EE2611: PyString_FromStringAndSize (stringobject.c:88)
==12454== by 0x4F4043D: apply_slice (ceval.c:4728)
==12454== by 0x4F4043D: PyEval_EvalFrameEx (ceval.c:1842)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454==
==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0x4EE958E: render_field (string_format.h:630)
==12454== by 0x4EE958E: output_markup (string_format.h:926)
==12454== by 0x4EE958E: do_markup (string_format.h:965)
==12454== by 0x4EE958E: build_string (string_format.h:1002)
==12454== by 0x4EE9BC9: do_string_format (string_format.h:1041)
==12454== by 0x27EFDACE: __Pyx_PyObject_Call (???:19935)
==12454== by 0x27F0D3BA: __pyx_f_6pandas_5index_11IndexEngine_get_loc (???:4030)
==12454== by 0x27F068F3: __pyx_f_6pandas_5index_11IndexEngine_get_value (???:3298)
==12454== by 0x27EFEB89: __pyx_pf_6pandas_5index_11IndexEngine_4get_value (???:3615)
==12454== by 0x27EFEB89: __pyx_pw_6pandas_5index_11IndexEngine_5get_value (???:3537)
==12454== by 0x4F40CD7: do_call (ceval.c:4566)
==12454== by 0x4F40CD7: call_function (ceval.c:4374)
==12454== by 0x4F40CD7: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== Address 0x6e05020 is 704 bytes inside a block of size 1,862 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0x4F40D9B: PyEval_EvalFrameEx (ceval.c:1488)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4EE2611: PyString_FromStringAndSize (stringobject.c:88)
==12454== by 0x4F4043D: apply_slice (ceval.c:4728)
==12454== by 0x4F4043D: PyEval_EvalFrameEx (ceval.c:1842)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454==
==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0x4EAB986: BaseException_clear (exceptions.c:76)
==12454== by 0x4EAB986: BaseException_dealloc (exceptions.c:84)
==12454== by 0x4ED03C6: PyDict_DelItem (dictobject.c:884)
==12454== by 0x4ED1A73: PyDict_DelItemString (dictobject.c:2482)
==12454== by 0x4F3B23E: reset_exc_info (ceval.c:3773)
==12454== by 0x4F3B23E: PyEval_EvalFrameEx (ceval.c:3328)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4E97ACC: instancemethod_call (classobject.c:2602)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4EF9571: call_method.constprop.47 (typeobject.c:1283)
==12454== Address 0x6f47020 is 1,920 bytes inside a block of size 1,963 free'd
==12454== at 0x4C2BA9A: realloc (vg_replace_malloc.c:785)
==12454== by 0x4EE23EF: _PyString_Resize (stringobject.c:3910)
==12454== by 0x4EE8F33: build_string (string_format.h:1008)
==12454== by 0x4EE9BC9: do_string_format (string_format.h:1041)
==12454== by 0x27EFDACE: __Pyx_PyObject_Call (???:19935)
==12454== by 0x27F0D3BA: __pyx_f_6pandas_5index_11IndexEngine_get_loc (???:4030)
==12454== by 0x27F068F3: __pyx_f_6pandas_5index_11IndexEngine_get_value (???:3298)
==12454== by 0x27EFEB89: __pyx_pf_6pandas_5index_11IndexEngine_4get_value (???:3615)
==12454== by 0x27EFEB89: __pyx_pw_6pandas_5index_11IndexEngine_5get_value (???:3537)
==12454== by 0x4F40CD7: do_call (ceval.c:4566)
==12454== by 0x4F40CD7: call_function (ceval.c:4374)
==12454== by 0x4F40CD7: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBAFAF: function_call (funcobject.c:523)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4ED836F: PyObject_Realloc (obmalloc.c:1272)
==12454== by 0x4EE23EF: _PyString_Resize (stringobject.c:3910)
==12454== by 0x4EE94DA: output_extend (string_format.h:162)
==12454== by 0x4EE94DA: output_data (string_format.h:184)
==12454== by 0x4EE94DA: render_field (string_format.h:626)
==12454== by 0x4EE94DA: output_markup (string_format.h:926)
==12454== by 0x4EE94DA: do_markup (string_format.h:965)
==12454== by 0x4EE94DA: build_string (string_format.h:1002)
==12454== by 0x4EE9BC9: do_string_format (string_format.h:1041)
==12454== by 0x27EFDACE: __Pyx_PyObject_Call (???:19935)
==12454== by 0x27F0D3BA: __pyx_f_6pandas_5index_11IndexEngine_get_loc (???:4030)
==12454== by 0x27F068F3: __pyx_f_6pandas_5index_11IndexEngine_get_value (???:3298)
==12454== by 0x27EFEB89: __pyx_pf_6pandas_5index_11IndexEngine_4get_value (???:3615)
==12454== by 0x27EFEB89: __pyx_pw_6pandas_5index_11IndexEngine_5get_value (???:3537)
==12454== by 0x4F40CD7: do_call (ceval.c:4566)
==12454== by 0x4F40CD7: call_function (ceval.c:4374)
==12454== by 0x4F40CD7: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454==
PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_category PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_delete_partial_file_on_error ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0x4EBAD17: PyFrame_ClearFreeList (frameobject.c:968)
==12454== by 0x4F84FFF: clear_freelists (gcmodule.c:841)
==12454== by 0x4F84FFF: collect (gcmodule.c:1020)
==12454== by 0x4F85590: gc_collect (gcmodule.c:1121)
==12454== by 0x4F41AA8: call_function (ceval.c:4352)
==12454== by 0x4F41AA8: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3E0B6: ext_do_call (ceval.c:4666)
==12454== by 0x4F3E0B6: PyEval_EvalFrameEx (ceval.c:3028)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== Address 0x2623b020 is 2,368 bytes inside a block of size 4,097 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0x4F5B0F6: import_module_level (import.c:2298)
==12454== by 0x4F5B0F6: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== by 0x4F3E9E6: PyEval_EvalFrameEx (ceval.c:2624)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4F5ACC0: import_module_level (import.c:2238)
==12454== by 0x4F5ACC0: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3A536: PyEval_CallObjectWithKeywords (ceval.c:4221)
==12454== by 0x4F3E9E6: PyEval_EvalFrameEx (ceval.c:2624)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454==
PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_duplicate_columns PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_empty_strings PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_file_not_exist PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_filelike_objects PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_float_no_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_float_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_integer_no_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_integer_with_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_nan_as_null PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_non_string_columns PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_num_rows_attr PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_out_of_float64_timestamp_with_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_overwritten_file PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_platform_numpy_integers PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_read_columns PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_sparse_dataframe PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_strings PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_timedelta_with_nulls xfail
pyarrow/tests/test_feather.py::TestFeatherReader::test_timestamp PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_timestamp_with_nulls PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_unicode_filename PASSED
pyarrow/tests/test_feather.py::TestFeatherReader::test_unsupported PASSED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_close SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_download_upload SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_file_context_manager SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_ls SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_mkdir SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_orphaned_file SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_read_multiple_parquet_files SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs::test_hdfs_read_whole_file SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_close SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_download_upload SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_file_context_manager SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_ls SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_mkdir SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_read_multiple_parquet_files SKIPPED
pyarrow/tests/test_hdfs.py::TestLibHdfs3::test_hdfs_read_whole_file SKIPPED
pyarrow/tests/test_io.py::test_python_file_write PASSED
pyarrow/tests/test_io.py::test_python_file_read PASSED
pyarrow/tests/test_io.py::test_bytes_reader PASSED
pyarrow/tests/test_io.py::test_bytes_reader_non_bytes PASSED
pyarrow/tests/test_io.py::test_bytes_reader_retains_parent_reference PASSED
pyarrow/tests/test_io.py::test_buffer_bytes PASSED
pyarrow/tests/test_io.py::test_buffer_memoryview PASSED
pyarrow/tests/test_io.py::test_buffer_bytearray PASSED
pyarrow/tests/test_io.py::test_buffer_memoryview_is_immutable PASSED
pyarrow/tests/test_io.py::test_memory_output_stream PASSED
pyarrow/tests/test_io.py::test_inmemory_write_after_closed PASSED
pyarrow/tests/test_io.py::test_buffer_protocol_ref_counting PASSED
pyarrow/tests/test_io.py::test_nativefile_write_memoryview PASSED
pyarrow/tests/test_io.py::test_memory_map_reader PASSED
pyarrow/tests/test_io.py::test_memory_map_retain_buffer_reference PASSED
pyarrow/tests/test_io.py::test_os_file_reader PASSED
pyarrow/tests/test_io.py::test_memory_map_writer PASSED
pyarrow/tests/test_io.py::test_os_file_writer PASSED
pyarrow/tests/test_ipc.py::TestFile::test_read_all PASSED
pyarrow/tests/test_ipc.py::TestFile::test_simple_roundtrip PASSED
pyarrow/tests/test_ipc.py::TestStream::test_read_all PASSED
pyarrow/tests/test_ipc.py::TestStream::test_simple_roundtrip PASSED
pyarrow/tests/test_ipc.py::TestSocket::test_read_all ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0x4ED22FE: memory_dealloc (memoryobject.c:490)
==12454== by 0x4EB9D51: frame_dealloc (frameobject.c:458)
==12454== by 0x4F4159B: fast_function (ceval.c:4439)
==12454== by 0x4F4159B: call_function (ceval.c:4372)
==12454== by 0x4F4159B: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4F3E0B6: ext_do_call (ceval.c:4666)
==12454== by 0x4F3E0B6: PyEval_EvalFrameEx (ceval.c:3028)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4EBB084: function_call (funcobject.c:523)
==12454== Address 0x806b020 is 3,504 bytes inside a block of size 4,097 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0x4F5B0F6: import_module_level (import.c:2298)
==12454== by 0x4F5B0F6: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4E89A28: PyObject_CallFunctionObjArgs (abstract.c:2774)
==12454== by 0x2584F821: __Pyx_Import(_object*, _object*, int) (_array.cxx:27714)
==12454== by 0x2582E870: __pyx_f_7pyarrow_6_array_maybe_coerce_datetime64(_object*, _object*, __pyx_obj_7pyarrow_6_array_DataType*, __pyx_opt_args_7pyarrow_6_array_maybe_coerce_datetime64*) (_array.cxx:13760)
==12454== by 0x25831548: __pyx_pf_7pyarrow_6_array_5Array_from_pandas(_object*, _object*, __pyx_obj_7pyarrow_6_array_DataType*, _object*, __pyx_obj_7pyarrow_7_memory_MemoryPool*) (_array.cxx:14788)
==12454== by 0x25830B79: __pyx_pw_7pyarrow_6_array_5Array_1from_pandas(_object*, _object*, _object*) (_array.cxx:14468)
==12454== by 0x2BA2E977: __Pyx_PyObject_Call(_object*, _object*, _object*) (_table.cxx:14085)
==12454== by 0x2BA1668E: __pyx_f_7pyarrow_6_table__dataframe_to_arrays(_object*, _object*, __pyx_obj_7pyarrow_6_array_Schema*) (_table.cxx:5556)
==12454== by 0x2BA19D8B: __pyx_pf_7pyarrow_6_table_11RecordBatch_20from_pandas(_typeobject*, _object*, _object*) (_table.cxx:7050)
==12454== Block was alloc'd at
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0x4F5ACC0: import_module_level (import.c:2238)
==12454== by 0x4F5ACC0: PyImport_ImportModuleLevel (import.c:2312)
==12454== by 0x4F38B1E: builtin___import__ (bltinmodule.c:49)
==12454== by 0x4E88EF2: PyObject_Call (abstract.c:2547)
==12454== by 0x4E89A28: PyObject_CallFunctionObjArgs (abstract.c:2774)
==12454== by 0x2584F821: __Pyx_Import(_object*, _object*, int) (_array.cxx:27714)
==12454== by 0x2582E870: __pyx_f_7pyarrow_6_array_maybe_coerce_datetime64(_object*, _object*, __pyx_obj_7pyarrow_6_array_DataType*, __pyx_opt_args_7pyarrow_6_array_maybe_coerce_datetime64*) (_array.cxx:13760)
==12454== by 0x25831548: __pyx_pf_7pyarrow_6_array_5Array_from_pandas(_object*, _object*, __pyx_obj_7pyarrow_6_array_DataType*, _object*, __pyx_obj_7pyarrow_7_memory_MemoryPool*) (_array.cxx:14788)
==12454== by 0x25830B79: __pyx_pw_7pyarrow_6_array_5Array_1from_pandas(_object*, _object*, _object*) (_array.cxx:14468)
==12454== by 0x2BA2E977: __Pyx_PyObject_Call(_object*, _object*, _object*) (_table.cxx:14085)
==12454== by 0x2BA1668E: __pyx_f_7pyarrow_6_table__dataframe_to_arrays(_object*, _object*, __pyx_obj_7pyarrow_6_array_Schema*) (_table.cxx:5556)
==12454== by 0x2BA19D8B: __pyx_pf_7pyarrow_6_table_11RecordBatch_20from_pandas(_typeobject*, _object*, _object*) (_table.cxx:7050)
==12454==
PASSED
pyarrow/tests/test_ipc.py::TestSocket::test_simple_roundtrip PASSED
pyarrow/tests/test_ipc.py::TestInMemoryFile::test_read_all PASSED
pyarrow/tests/test_ipc.py::TestInMemoryFile::test_simple_roundtrip PASSED
pyarrow/tests/test_ipc.py::test_ipc_zero_copy_numpy PASSED
pyarrow/tests/test_ipc.py::test_get_record_batch_size PASSED
pyarrow/tests/test_jemalloc.py::test_different_memory_pool SKIPPED
pyarrow/tests/test_jemalloc.py::test_default_memory_pool SKIPPED
pyarrow/tests/test_parquet.py::test_single_pylist_column_roundtrip PASSED
pyarrow/tests/test_parquet.py::test_pandas_parquet_2_0_rountrip PASSED
pyarrow/tests/test_parquet.py::test_pandas_parquet_1_0_rountrip PASSED
pyarrow/tests/test_parquet.py::test_pandas_column_selection PASSED
pyarrow/tests/test_parquet.py::test_pandas_parquet_native_file_roundtrip PASSED
pyarrow/tests/test_parquet.py::test_pandas_parquet_pyfile_roundtrip PASSED
pyarrow/tests/test_parquet.py::test_pandas_parquet_configuration_options PASSED
pyarrow/tests/test_parquet.py::test_parquet_metadata_api ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0xC487F52: arrow::py::PythonFile::Write(unsigned char const*, long) (io.cc:99)
==12454== by 0xC489096: arrow::py::PyOutputStream::Write(unsigned char const*, long) (io.cc:211)
==12454== by 0xF0E817F: parquet::ArrowOutputStream::Write(unsigned char const*, long) (memory.cc:382)
==12454== by 0xF0CC3A1: parquet::SerializedPageWriter::WriteDataPage(parquet::CompressedDataPage const&) (writer-internal.cc:115)
==12454== by 0xF048287: parquet::ColumnWriter::WriteDataPage(parquet::CompressedDataPage const&) (writer.cc:173)
==12454== by 0xF0480BC: parquet::ColumnWriter::AddDataPage() (writer.cc:163)
==12454== by 0xF048465: parquet::ColumnWriter::FlushBufferedDataPages() (writer.cc:200)
==12454== by 0xF04831C: parquet::ColumnWriter::Close() (writer.cc:182)
==12454== by 0xE74BA3D: arrow::Status parquet::arrow::FileWriter::Impl::TypedWriteBatch<parquet::DataType<(parquet::Type::type)0>, arrow::BooleanType>(parquet::ColumnWriter*, std::shared_ptr<arrow::Array> const&, long, short const*, short const*) (writer.cc:448)
==12454== by 0xE74C99D: parquet::arrow::FileWriter::Impl::WriteColumnChunk(arrow::Array const&) (writer.cc:550)
==12454== by 0xE74D07F: parquet::arrow::FileWriter::WriteColumnChunk(arrow::Array const&) (writer.cc:576)
==12454== Address 0x610c020 is 15,200 bytes inside a block of size 16,384 free'd
==12454== at 0x4C2ABFF: free (vg_replace_malloc.c:530)
==12454== by 0xE2D51E9: arrow::DefaultMemoryPool::Reallocate(long, long, unsigned char**) (memory_pool.cc:100)
==12454== by 0xE28BD0E: arrow::PoolBuffer::Reserve(long) (buffer.cc:78)
==12454== by 0xE28BE8B: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:91)
==12454== by 0xF0E899C: parquet::InMemoryOutputStream::Write(unsigned char const*, long) (memory.cc:439)
==12454== by 0xF047594: parquet::ColumnWriter::WriteDefinitionLevels(long, short const*) (writer.cc:77)
==12454== by 0xF04D765: parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >::WriteMiniBatch(long, short const*, short const*, int const*) (writer.cc:346)
==12454== by 0xF04D071: parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >::WriteBatch(long, short const*, short const*, int const*) (writer.cc:469)
==12454== by 0xE755802: arrow::Status parquet::arrow::FileWriter::Impl::WriteNonNullableBatch<parquet::DataType<(parquet::Type::type)1>, arrow::UInt8Type>(parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >*, long, long, short const*, short const*, arrow::UInt8Type::c_type const*) (writer.cc:330)
==12454== by 0xE751DC2: arrow::Status parquet::arrow::FileWriter::Impl::TypedWriteBatch<parquet::DataType<(parquet::Type::type)1>, arrow::UInt8Type>(parquet::ColumnWriter*, std::shared_ptr<arrow::Array> const&, long, short const*, short const*) (writer.cc:310)
==12454== by 0xE74CA21: parquet::arrow::FileWriter::Impl::WriteColumnChunk(arrow::Array const&) (writer.cc:552)
==12454== by 0xE74D07F: parquet::arrow::FileWriter::WriteColumnChunk(arrow::Array const&) (writer.cc:576)
==12454== Block was alloc'd at
==12454== at 0x4C2BB84: memalign (vg_replace_malloc.c:857)
==12454== by 0x4C2BC4C: posix_memalign (vg_replace_malloc.c:1020)
==12454== by 0xE2D4D02: arrow::(anonymous namespace)::AllocateAligned(long, unsigned char**) (memory_pool.cc:49)
==12454== by 0xE2D5163: arrow::DefaultMemoryPool::Reallocate(long, long, unsigned char**) (memory_pool.cc:94)
==12454== by 0xE28BD0E: arrow::PoolBuffer::Reserve(long) (buffer.cc:78)
==12454== by 0xE28BE8B: arrow::PoolBuffer::Resize(long, bool) (buffer.cc:91)
==12454== by 0xF0E899C: parquet::InMemoryOutputStream::Write(unsigned char const*, long) (memory.cc:439)
==12454== by 0xF047594: parquet::ColumnWriter::WriteDefinitionLevels(long, short const*) (writer.cc:77)
==12454== by 0xF04D765: parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >::WriteMiniBatch(long, short const*, short const*, int const*) (writer.cc:346)
==12454== by 0xF04D071: parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >::WriteBatch(long, short const*, short const*, int const*) (writer.cc:469)
==12454== by 0xE755802: arrow::Status parquet::arrow::FileWriter::Impl::WriteNonNullableBatch<parquet::DataType<(parquet::Type::type)1>, arrow::UInt8Type>(parquet::TypedColumnWriter<parquet::DataType<(parquet::Type::type)1> >*, long, long, short const*, short const*, arrow::UInt8Type::c_type const*) (writer.cc:330)
==12454== by 0xE751DC2: arrow::Status parquet::arrow::FileWriter::Impl::TypedWriteBatch<parquet::DataType<(parquet::Type::type)1>, arrow::UInt8Type>(parquet::ColumnWriter*, std::shared_ptr<arrow::Array> const&, long, short const*, short const*) (writer.cc:310)
==12454==
PASSED
pyarrow/tests/test_parquet.py::test_compare_schemas ==12454== Invalid read of size 4
==12454== at 0x4ED80E2: PyObject_Free (obmalloc.c:1013)
==12454== by 0xC4887E7: arrow::py::PyReadableFile::Read(long, long*, unsigned char*) (io.cc:149)
==12454== by 0xE316C0D: arrow::io::RandomAccessFile::ReadAt(long, long, long*, unsigned char*) (interfaces.cc:40)
==12454== by 0xF0E7E6F: parquet::ArrowInputFile::ReadAt(long, long, unsigned char*) (memory.cc:368)
==12454== by 0xF0C2E9B: parquet::SerializedFile::ParseMetaData() (reader-internal.cc:277)
==12454== by 0xF0C29E7: parquet::SerializedFile::Open(std::unique_ptr<parquet::RandomAccessSource, std::default_delete<parquet::RandomAccessSource> >, parquet::ReaderProperties const&, std::shared_ptr<parquet::FileMetaData> const&) (reader-internal.cc:219)
==12454== by 0xF0BD754: parquet::ParquetFileReader::Open(std::unique_ptr<parquet::RandomAccessSource, std::default_delete<parquet::RandomAccessSource> >, parquet::ReaderProperties const&, std::shared_ptr<parquet::FileMetaData> const&) (reader.cc:85)
==12454== by 0xE6FFE1D: parquet::arrow::OpenFile(std::shared_ptr<arrow::io::RandomAccessFile> const&, arrow::MemoryPool*, parquet::ReaderProperties const&, std::shared_ptr<parquet::FileMetaData> const&, std::unique_ptr<parquet::arrow::FileReader, std::default_delete<parquet::arrow::FileReader> >*) (reader.cc:397)
==12454== by 0x2C00E8F3: __pyx_pf_7pyarrow_8_parquet_13ParquetReader_2open(__pyx_obj_7pyarrow_8_parquet_ParquetReader*, _object*, __pyx_obj_7pyarrow_8_parquet_FileMetaData*) (_parquet.cxx:7425)
==12454== by 0x2C00E66E: __pyx_pw_7pyarrow_8_parquet_13ParquetReader_3open(_object*, _object*, _object*) (_parquet.cxx:7314)
==12454== by 0x4F40CD7: do_call (ceval.c:4566)
==12454== by 0x4F40CD7: call_function (ceval.c:4374)
==12454== by 0x4F40CD7: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== Address 0x8007020 is 16 bytes after a block of size 32 alloc'd
==12454== at 0x4C29B05: malloc (vg_replace_malloc.c:299)
==12454== by 0xFB0252C: PyArray_NewFromDescr_int (ctors.c:1012)
==12454== by 0xFB04271: PyArray_NewFromDescr (ctors.c:1137)
==12454== by 0xFB04271: PyArray_Empty (ctors.c:2891)
==12454== by 0xFB9464F: array_empty (multiarraymodule.c:1814)
==12454== by 0x4F40CD7: do_call (ceval.c:4566)
==12454== by 0x4F40CD7: call_function (ceval.c:4374)
==12454== by 0x4F40CD7: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F4157F: fast_function (ceval.c:4437)
==12454== by 0x4F4157F: call_function (ceval.c:4372)
==12454== by 0x4F4157F: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454== by 0x4F41464: fast_function (ceval.c:4447)
==12454== by 0x4F41464: call_function (ceval.c:4372)
==12454== by 0x4F41464: PyEval_EvalFrameEx (ceval.c:2989)
==12454== by 0x4F441DC: PyEval_EvalCodeEx (ceval.c:3584)
==12454==
==12454== Conditional jump or move depends on uninitialised value(s)
==12454== at 0x4ED80EB: PyObject_Free (obmalloc.c:1013)
==12454== by 0xC487F52: arrow::py::PythonFile::Write(unsigned char const*, long) (io.cc:99)
==12454== by 0xC489096: arrow::py::PyOutputStream::Write(unsigned char const*, long) (io.cc:211)
==12454== by 0xF0E817F: parquet::ArrowOutputStream::Write(unsigned char const*, long) (memory.cc:382)
==12454== by 0xF0CC3A1: parquet::SerializedPageWriter::WriteDataPage(parquet::CompressedDataPage const&) (writer-internal.cc:115)
==12454== by 0xF048287: parquet::ColumnWriter::WriteDataPage(parquet::CompressedDataPage const&) (writer.cc:173)
==12454== by 0xF0480BC: parquet::ColumnWriter::AddDataPage() (writer.cc:163)
==12454== by 0xF048465: parquet::ColumnWriter::FlushBufferedDataPages() (writer.cc:200)
==12454== by 0xF04831C: parquet::ColumnWriter::Close() (writer.cc:182)
==12454== by 0xE75375D: arrow::Status parquet::arrow::FileWriter::Impl::TypedWriteBatch<parquet::DataType<(parquet::Type::type)2>, arrow::UInt64Type>(parquet::ColumnWriter*, std::shared_ptr<arrow::Array> const&, long, short const*, short const*) (writer.cc:318)
==12454== by 0xE74CBEF: parquet::arrow::FileWriter::Impl::WriteColumnChunk(arrow::Array const&) (writer.cc:559)
==12454== by 0xE74D07F: parquet::arrow::FileWriter::WriteColumnChunk(arrow::Array const&) (writer.cc:576)
==12454==
PASSED
pyarrow/tests/test_parquet.py::test_column_of_arrays PASSED
pyarrow/tests/test_parquet.py::test_column_of_lists PASSED
pyarrow/tests/test_parquet.py::test_multithreaded_read PASSED
pyarrow/tests/test_parquet.py::test_min_chunksize PASSED
pyarrow/tests/test_parquet.py::test_pass_separate_metadata PASSED
pyarrow/tests/test_parquet.py::test_read_single_row_group PASSED
pyarrow/tests/test_parquet.py::test_parquet_piece_basics PASSED
pyarrow/tests/test_parquet.py::test_partition_set_dictionary_type PASSED
pyarrow/tests/test_parquet.py::test_read_partitioned_directory PASSED
pyarrow/tests/test_parquet.py::test_read_common_metadata_files PASSED
pyarrow/tests/test_parquet.py::test_read_multiple_files PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_bool PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_bytes PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_dictionary PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_double PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_fixed_size_bytes PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_int64 PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_list PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_null_singleton PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_string_unicode PASSED
pyarrow/tests/test_scalars.py::TestScalars::test_timestamp PASSED
pyarrow/tests/test_schema.py::test_type_integers PASSED
pyarrow/tests/test_schema.py::test_type_to_pandas_dtype PASSED
pyarrow/tests/test_schema.py::test_type_list PASSED
pyarrow/tests/test_schema.py::test_type_string PASSED
pyarrow/tests/test_schema.py::test_type_timestamp_with_tz PASSED
pyarrow/tests/test_schema.py::test_time_types PASSED
pyarrow/tests/test_schema.py::test_type_from_numpy_dtype_timestamps PASSED
pyarrow/tests/test_schema.py::test_field PASSED
pyarrow/tests/test_schema.py::test_schema PASSED
pyarrow/tests/test_schema.py::test_field_empty PASSED
pyarrow/tests/test_schema.py::test_schema_equals PASSED
pyarrow/tests/test_table.py::TestColumn::test_basics PASSED
pyarrow/tests/test_table.py::TestColumn::test_from_array PASSED
pyarrow/tests/test_table.py::TestColumn::test_pandas PASSED
pyarrow/tests/test_table.py::test_recordbatch_basics PASSED
pyarrow/tests/test_table.py::test_recordbatch_slice PASSED
pyarrow/tests/test_table.py::test_recordbatch_from_to_pandas PASSED
pyarrow/tests/test_table.py::test_recordbatchlist_to_pandas PASSED
pyarrow/tests/test_table.py::test_recordbatchlist_schema_equals PASSED
pyarrow/tests/test_table.py::test_table_basics PASSED
pyarrow/tests/test_table.py::test_table_add_column PASSED
pyarrow/tests/test_table.py::test_table_remove_column PASSED
pyarrow/tests/test_table.py::test_concat_tables PASSED
pyarrow/tests/test_table.py::test_table_pandas PASSED
pyarrow/tests/test_tensor.py::test_tensor_attrs PASSED
pyarrow/tests/test_tensor.py::test_tensor_base_object PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[i1-arrow_type0] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[i2-arrow_type1] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[i4-arrow_type2] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[i8-arrow_type3] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[u1-arrow_type4] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[u2-arrow_type5] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[u4-arrow_type6] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[u8-arrow_type7] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[f2-arrow_type8] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[f4-arrow_type9] PASSED
pyarrow/tests/test_tensor.py::test_tensor_numpy_roundtrip[f8-arrow_type10] PASSED
pyarrow/tests/test_tensor.py::test_tensor_ipc_roundtrip PASSED
pyarrow/tests/test_tensor.py::test_tensor_ipc_strided PASSED
pyarrow/tests/test_tensor.py::test_tensor_size PASSED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment