This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| export ARROW_CLANG_VERSION=6.0 | |
| export ARROW_GCC=gcc | |
| export ARROW_GXX=g++ | |
| export ARROW_LLVM_VERSION=$ARROW_CLANG_VERSION | |
| export PYARROW_WITH_ORC=1 | |
| export PYARROW_WITH_PARQUET=1 | |
| export PYARROW_WITH_PLASMA=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- CMAKE_CXX_FLAGS: -D_GLIBCXX_USE_CXX11_ABI=0 -ggdb -O0 -Weverything -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-deprecated -Wno-weak-vtables -Wno-padded -Wno-comma -Wno-unused-parameter -Wno-unused-template -Wno-undef -Wno-shadow -Wno-switch-enum -Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-template-vtables -Wno-undefined-reinterpret-cast -Wno-implicit-fallthrough -Wno-unreachable-code-return -Wno-float-equal -Wno-missing-prototypes -Wno-old-style-cast -Wno-covered-switch-default -Wno-cast-align -Wno-vla-extension -Wno-shift-sign-overflow -Wno-used-but-marked-unused -Wno-missing-variable-declarations -Wno-gnu-zero-variadic-macro-arguments -Wconversion -Wno-sign-conversion -Wno-disabled-macro-expansion -Wno-gnu-folding-constant -Wno-reserved-id-macro -Wno-range-loop-analysis -Wno-double-promotion -Wno-undefined-func-template -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Werror -Wno-unknown-warning-option -std=c++11 -msse3 -maltivec -Werror -Qunused-arguments -fsanit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In [1]: import pandas as pd | |
| In [2]: ts = pd.Timestamp('2000-01-01 00:00:00') | |
| In [3]: ts | |
| Out[3]: Timestamp('2000-01-01 00:00:00') | |
| In [4]: ts.hour | |
| Out[4]: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Licensed to the Apache Software Foundation (ASF) under one or more | |
| # contributor license agreements. See the NOTICE file distributed with | |
| # this work for additional information regarding copyright ownership. | |
| # The ASF licenses this file to You under the Apache License, Version 2.0 | |
| # (the "License"); you may not use this file except in compliance with | |
| # the License. You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DCHECK src/arrow/table.cc:223: ERROR: NULL_DEREFERENCE pointer `returned by column` could be null and is dereferenced at line 223, column 10 | |
| DCHECK src/arrow/ipc/writer.cc:140: ERROR: NULL_DEREFERENCE pointer `returned by column` could be null and is dereferenced at line 140, column 7 | |
| DCHECK src/arrow/util/bit-util.cc:55: ERROR: NULL_DEREFERENCE pointer `out_buf` last assigned on line 53 could be null and is dereferenced by call to `memset()` at line 55, column 3 | |
| DCHECK src/arrow/python/numpy_to_arrow.cc:499: ERROR: NULL_DEREFERENCE pointer `tmp_array` could be null and is dereferenced by call to `arrow::compute::Cast()` at line 499, column 3 | |
| CANTHAPPEN src/arrow/compare.cc:142: ERROR: NULL_DEREFERENCE pointer `returned by field` could be null and is dereferenced at line 142, column 24 | |
| NOTAPROBLEM src/plasma/client.cc:360: ERROR: EMPTY_VECTOR_ACCESS Vector `&buffer` could be empty and is accessed at line 360, column 5 | |
| CANTHAPPEN src/arrow/python/numpy_to_arrow.cc:670: ERROR: NULL_DEREFERENCE pointer `&builder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema": { | |
| "fields": [ | |
| { | |
| "name": "dict1", | |
| "nullable": true, | |
| "type": { | |
| "name": "utf8" | |
| }, | |
| "dictionary": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ncalls tottime percall cumtime percall filename:lineno(function) | |
| 1 0.000 0.000 0.098 0.098 {built-in method builtins.exec} | |
| 1 0.000 0.000 0.098 0.098 <string>:1(<module>) | |
| 1 0.000 0.000 0.056 0.056 generic.py:4214(groupby) | |
| 1 0.000 0.000 0.056 0.056 groupby.py:1617(groupby) | |
| 1 0.000 0.000 0.055 0.055 groupby.py:363(__init__) | |
| 1 0.000 0.000 0.055 0.055 groupby.py:2483(_get_grouper) | |
| 1 0.007 0.007 0.055 0.055 groupby.py:2581(is_in_axis) | |
| 1 0.000 0.000 0.048 0.048 base.py:2385(get_loc) | |
| 3 0.000 0.000 0.048 0.016 categorical.py:1037(__array__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==22942== Invalid write of size 8 | |
| ==22942== at 0xBAF4362: int parquet::RleDecoder::GetBatchWithDictSpaced<parquet::Int96>(parquet::Vector<parquet::Int96> const&, parquet::Int96*, int, int, unsigned char const*, long) (rle-encoding.h:398) | |
| ==22942== by 0xBAF19CC: parquet::DictionaryDecoder<parquet::DataType<(parquet::Type::type)3> >::DecodeSpaced(parquet::Int96*, int, int, unsigned char const*, long) (encoding-internal.h:341) | |
| ==22942== by 0xBACB9C3: parquet::TypedColumnReader<parquet::DataType<(parquet::Type::type)3> >::ReadValuesSpaced(long, parquet::Int96*, int, unsigned char*, long) (reader.h:216) | |
| ==22942== by 0xBACAFB7: parquet::TypedColumnReader<parquet::DataType<(parquet::Type::type)3> >::ReadBatchSpaced(int, short*, short*, parquet::Int96*, unsigned char*, long, long*, long*, long*) (reader.h:341) | |
| ==22942== by 0xBFE0644: arrow::Status parquet::arrow::ColumnReader::Impl::ReadNullableBatch<arrow::TimestampType, parquet::DataType<(parquet::Type::type)3> >(parquet::TypedColumnReader<parquet::D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |