My understanding is the Travis CI queue is shared among all apache
projects, and there are few including Arrow that make heavy use of the
resources. Hence, a lot of time waiting for jobs to start. I think there
are some open JIRAs to finish dockerization of builds, I don't know the
current status
I know this has been discussed in the past, and I apologize for not paying
attention at the time (and searching for arrow + travis in email isn't very
effective) but why does it take so long for our Travis CI builds and are
there open JIRA issues related to this?
Thanks,
Andy.
Chendi.Xue created ARROW-6720:
-
Summary: [JAVA][C++]Support Parquet Read and Write in Java
Key: ARROW-6720
URL: https://issues.apache.org/jira/browse/ARROW-6720
Project: Apache Arrow
Issue Type:
V Luong created ARROW-6719:
--
Summary: Parquet read_table error in Python3.7:
pyarrow.lib.ArrowInvalid: Column data for field with type list<...> is
inconsistent with schema list<...>
Key: ARROW-6719
URL: https://issues.
Andy Grove created ARROW-6718:
-
Summary: [Rust] packed_simd requires nightly
Key: ARROW-6718
URL: https://issues.apache.org/jira/browse/ARROW-6718
Project: Apache Arrow
Issue Type: Sub-task
Andy Grove created ARROW-6717:
-
Summary: Support stable Rust
Key: ARROW-6717
URL: https://issues.apache.org/jira/browse/ARROW-6717
Project: Apache Arrow
Issue Type: Improvement
Componen
Andy Grove created ARROW-6716:
-
Summary: [CI] [Rust] New 1.40.0 nightly causing builds to fail
Key: ARROW-6716
URL: https://issues.apache.org/jira/browse/ARROW-6716
Project: Apache Arrow
Issue Ty
Kouhei Sutou created ARROW-6715:
---
Summary: [Website] Describe "non-free" section is needed for
Plasma packages in install page
Key: ARROW-6715
URL: https://issues.apache.org/jira/browse/ARROW-6715
Proje
Neal Richardson created ARROW-6714:
--
Summary: [R] Fix untested RecordBatchWriter case
Key: ARROW-6714
URL: https://issues.apache.org/jira/browse/ARROW-6714
Project: Apache Arrow
Issue Type:
It looks like the development toolchain dependencies in
conda_env_cpp.yml aren't installed in your "main" conda environment,
e.g.
https://github.com/apache/arrow/blob/master/ci/conda_env_cpp.yml#L42
You can see what's installed by running "conda list"
Note that most of these dependencies are opt
Should we disable the fuzzit job? This is for a third party CI-type
service, so the failure here seems like it's adding unneeded noise
On Thu, Sep 26, 2019 at 12:31 PM Crossbow wrote:
>
>
> Arrow Build Report for Job nightly-2019-09-26-0
>
> All tasks:
> https://github.com/ursa-labs/crossbow/bra
Harini Kannan created ARROW-6713:
Summary: [Python] Getting "ArrowIOError: Corrupted file, smaller
than file footer" when reading large number of parquet files through
ParquetDataset()
Key: ARROW-6713
URL: https:
Adam Lippai created ARROW-6712:
--
Summary: [Rust] [Parquet] Reading parquet file into an ndarray
Key: ARROW-6712
URL: https://issues.apache.org/jira/browse/ARROW-6712
Project: Apache Arrow
Issue
Arrow Build Report for Job nightly-2019-09-26-0
All tasks:
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-26-0
Failed Tasks:
- docker-spark-integration:
URL:
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-26-0-circle-docker-spark-integrati
Ben Kietzman created ARROW-6711:
---
Summary: [C++] Consolidate Filter and Expression classes
Key: ARROW-6711
URL: https://issues.apache.org/jira/browse/ARROW-6711
Project: Apache Arrow
Issue Type
There are still missing linux artifacts [1]:
- for amd64 debug symbol packages
- for arm64 optional CUDA, plasma and Gandiva modules
I think we can safely ignore them for the release, crossbow will
report them as missing but the artifact downloading step finish.
Let me know Micah if you have any
Ji Liu created ARROW-6710:
-
Summary: [Java] Add JDBC adapter test to cover cases which
contains some null values
Key: ARROW-6710
URL: https://issues.apache.org/jira/browse/ARROW-6710
Project: Apache Arrow
Yes, I merged it and it will be included. I needed to start over due to a
cross-bow issue...
On Thu, Sep 26, 2019 at 7:18 AM Ji Liu wrote:
> Hi Micah,
> Hmm, unfortunately, I just found a bug in JDBC adapter and open a
> PR, could this change catch up with 0.15?
> See https://github.com/apache/
Hi Micah,
Hmm, unfortunately, I just found a bug in JDBC adapter and open a PR, could
this change catch up with 0.15?
See https://github.com/apache/arrow/pull/5511
Thanks,
Ji Liu
--
From:Micah Kornfield
Send Time:2019年9月26日(星期四)
Ji Liu created ARROW-6709:
-
Summary: [JAVA] Jdbc adapter currentIndex should increment when
value is null
Key: ARROW-6709
URL: https://issues.apache.org/jira/browse/ARROW-6709
Project: Apache Arrow
Antoine Pitrou created ARROW-6708:
-
Summary: [C++] "cannot find -lboost_filesystem_static"
Key: ARROW-6708
URL: https://issues.apache.org/jira/browse/ARROW-6708
Project: Apache Arrow
Issue Ty
Liya Fan created ARROW-6707:
---
Summary: [Java] Improve the performance of JDBC adapters by using
nullable information
Key: ARROW-6707
URL: https://issues.apache.org/jira/browse/ARROW-6707
Project: Apache Arr
Andy Grove created ARROW-6706:
-
Summary: [Developer Tools] Cannot merge PRs from authors with "Á"
(U+00C1) in their name
Key: ARROW-6706
URL: https://issues.apache.org/jira/browse/ARROW-6706
Project: Apac
Andy Grove created ARROW-6705:
-
Summary: [Rust] [DataFusion] README has invalid github URL
Key: ARROW-6705
URL: https://issues.apache.org/jira/browse/ARROW-6705
Project: Apache Arrow
Issue Type:
Thanks Wes, makes sense. I appreciate that there are use cases where both
could be applicable.
In my example, the most applicable I can think of is unnesting a ListArray
column for a DataFrame (in the future C++ DataFrames API?) similar to the
tidyr unnest function. I don't believe the current imp
Hi Yevgeni,
The main Arrow classes (such as Array, ChunkedArray, RecordBatch, Table)
are immutable so support multi-thread usage out of the box.
We have mutable classes as well (e.g. IO classes, ArrayBuilders, mutable
Buffers...) and those are not thread-safe.
Regards
Antoine.
Le 26/09/2019
Joris Van den Bossche created ARROW-6704:
Summary: [C++] Cast from timestamp to higher resolution does not
check out of bounds timestamps
Key: ARROW-6704
URL: https://issues.apache.org/jira/browse/ARROW-67
Kouhei Sutou created ARROW-6703:
---
Summary: [Packaging][Linux] Restore ARROW_VERSION environment
variable
Key: ARROW-6703
URL: https://issues.apache.org/jira/browse/ARROW-6703
Project: Apache Arrow
Adam Lippai created ARROW-6702:
--
Summary: [Rust] [DataFusion] Incorrect partition read
Key: ARROW-6702
URL: https://issues.apache.org/jira/browse/ARROW-6702
Project: Apache Arrow
Issue Type: Bug
Micah Kornfield created ARROW-6701:
--
Summary: [C++][R] Lint failing on R cpp code
Key: ARROW-6701
URL: https://issues.apache.org/jira/browse/ARROW-6701
Project: Apache Arrow
Issue Type: Bug
30 matches
Mail list logo