Re: Timeline for 0.15.0 release

2019-09-21 Thread Wes McKinney
It's ideal if your GPG key is in the web of trust (i.e. you can get it
signed by another PMC member), but is not 100% essential.

Speaking of the release, there are at least 2 code changes I still
want to get in

ARROW-5717
ARROW-6353

I just pushed updates to ARROW-5717, will merge once the build is green.

There are a couple of Rust patches still marked for 0.15. The rest
seems to be documentation and a couple of integration test failures we
should see about fixing in time.

On Fri, Sep 20, 2019 at 11:26 PM Micah Kornfield  wrote:
>
> Thanks Krisztián and Wes,
> I've gone ahead and started registering myself on all the packaging sites.
>
> Is there any review process when adding my GPG key to the SVN file? [1]
> doesn't seem to mention explicitly.
>
> Thanks,
> Micah
>
> [1] https://www.apache.org/dev/version-control.html#https-svn
>
> On Fri, Sep 20, 2019 at 5:01 PM Krisztián Szűcs 
> wrote:
>
> > On Thu, Sep 19, 2019 at 5:52 PM Wes McKinney  wrote:
> >
> >> On Thu, Sep 19, 2019 at 12:13 AM Micah Kornfield 
> >> wrote:
> >> >>
> >> >> The process should be well documented at this point but there are a
> >> >> number of steps.
> >> >
> >> > Is [1] the up-to-date documentation for the release?   Are there
> >> instructions for the adding the code signing Key to SVN?
> >> >
> >> > I will make a go of it.  i will try to mitigate any internet issues by
> >> doing the process for a cloud instance (I assume that isn't a problem?).
> >> >
> >>
> >> Setting up a new cloud environment suitable for producing an RC may be
> >> time consuming, but you are welcome to try. Krisztian -- are you
> >> available next week to help Micah and potentially take over producing
> >> the RC if there are issues?
> >>
> > Sure, I'll be available next week. We can also grant access to
> > https://github.com/ursa-labs/crossbow because configuring all
> > the CI backends can be time consuming.
> >
> >>
> >> > Thanks,
> >> > Micah
> >> >
> >> > [1]
> >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide
> >> >
> >> > On Wed, Sep 18, 2019 at 8:29 AM Wes McKinney 
> >> wrote:
> >> >>
> >> >> The process should be well documented at this point but there are a
> >> >> number of steps. Note that you need to add your code signing key to
> >> >> the KEYS file in SVN (that's not very hard to do). I think it's fine
> >> >> to hand off the process to others after the VOTE but it would be
> >> >> tricky to have multiple RMs involved with producing the source and
> >> >> binary artifacts for the vote
> >> >>
> >> >> On Tue, Sep 17, 2019 at 10:55 PM Micah Kornfield <
> >> emkornfi...@gmail.com> wrote:
> >> >> >
> >> >> > SGTM, as well.
> >> >> >
> >> >> > I should have a little bit of time next week if I can help as RM but
> >> I have
> >> >> > a couple of concerns:
> >> >> > 1.  In the past I've had trouble downloading and validating
> >> releases. I'm a
> >> >> > bit worried, that I might have similar problems doing the necessary
> >> uploads.
> >> >> > 2.  My internet connection will likely be not great, I don't know if
> >> this
> >> >> > would make it even less likely to be successful.
> >> >> >
> >> >> > Does it become problematic if somehow I would have to abandon the
> >> process
> >> >> > mid-release?  Is there anyone who could serve as a backup?  Are the
> >> steps
> >> >> > well documented?
> >> >> >
> >> >> > Thanks,
> >> >> > Micah
> >> >> >
> >> >> > On Tue, Sep 17, 2019 at 4:25 PM Neal Richardson <
> >> neal.p.richard...@gmail.com>
> >> >> > wrote:
> >> >> >
> >> >> > > Sounds good to me.
> >> >> > >
> >> >> > > Do we have a release manager yet? Any volunteers?
> >> >> > >
> >> >> > > Neal
> >> >> > >
> >> >> > > On Tue, Sep 17, 2019 at 4:06 PM Wes McKinney 
> >> wrote:
> >> >> > >
> >> >> > > > hi all,
> >> >> > > >
> >> >> > > > It looks like we're drawing close to be able to make the 0.15.0
> >> >> > > > release. I would suggest "pencils down" at the end of this week
> >> and
> >> >> > > > see if a release candidate can be produced next Monday September
> >> 23.
> >> >> > > > Any thoughts or objections?
> >> >> > > >
> >> >> > > > Thanks,
> >> >> > > > Wes
> >> >> > > >
> >> >> > > > On Wed, Sep 11, 2019 at 11:23 AM Wes McKinney <
> >> wesmck...@gmail.com>
> >> >> > > wrote:
> >> >> > > > >
> >> >> > > > > hi Eric -- yes, that's correct. I'm planning to amend the
> >> Format docs
> >> >> > > > > today regarding the EOS issue and also update the C++ library
> >> >> > > > >
> >> >> > > > > On Wed, Sep 11, 2019 at 11:21 AM Eric Erhardt
> >> >> > > > >  wrote:
> >> >> > > > > >
> >> >> > > > > > I assume the plan is to merge the
> >> ARROW-6313-flatbuffer-alignment
> >> >> > > > branch into master before the 0.15 release, correct?
> >> >> > > > > >
> >> >> > > > > > BTW - I believe the C# alignment changes are ready to be
> >> merged into
> >> >> > > > the alignment branch -
> >> https://github.com/apache/arrow/pull/5280/
> >> >> > > > > >
> >> >> > > > > > Eric
> >> >> > > > > >
> >> >> > > > > > 

[jira] [Created] (ARROW-6654) [Python] Consider adding some user-friendly conveniences to Filesystem API

2019-09-21 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-6654:
---

 Summary: [Python] Consider adding some user-friendly conveniences 
to Filesystem API
 Key: ARROW-6654
 URL: https://issues.apache.org/jira/browse/ARROW-6654
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Python
Reporter: Wes McKinney
 Fix For: 1.0.0


For example:

{code}
In [12]: lfs.get_target_stats('/home/wesm') 

   
---
TypeError Traceback (most recent call last)
 in 
> 1 lfs.get_target_stats('/home/wesm')

~/code/arrow/python/pyarrow/_fs.pyx in pyarrow._fs.FileSystem.get_target_stats()
239 check_status(self.fs.GetTargetStats(paths, ))
240 else:
--> 241 raise TypeError('Must pass either paths or a Selector')
242 
243 return [FileStats.wrap(stat) for stat in stats]

TypeError: Must pass either paths or a Selector
{code}

Some conveniences like {{listdir}} might be kind to the user



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-6653) [Developer] Add support for auto JIRA link on pull request

2019-09-21 Thread Sutou Kouhei (Jira)
Sutou Kouhei created ARROW-6653:
---

 Summary: [Developer] Add support for auto JIRA link on pull request
 Key: ARROW-6653
 URL: https://issues.apache.org/jira/browse/ARROW-6653
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Developer Tools
Reporter: Sutou Kouhei
Assignee: Sutou Kouhei






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: [NIGHTLY] Arrow Build Report for Job nightly-2019-09-21-0

2019-09-21 Thread Sutou Kouhei
> - centos-7:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-centos-7

will be fixed by https://github.com/apache/arrow/pull/5456

In <5d862d77.1c69fb81.27f23.6...@mx.google.com>
  "[NIGHTLY] Arrow Build Report for Job nightly-2019-09-21-0" on Sat, 21 Sep 
2019 07:02:31 -0700 (PDT),
  Crossbow  wrote:

> 
> Arrow Build Report for Job nightly-2019-09-21-0
> 
> All tasks: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0
> 
> Failed Tasks:
> - wheel-manylinux1-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp36m
> - docker-cpp-fuzzit:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-cpp-fuzzit
> - wheel-manylinux1-cp35m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp35m
> - docker-r-conda:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-r-conda
> - wheel-manylinux1-cp37m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp37m
> - docker-dask-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-dask-integration
> - wheel-manylinux1-cp27m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27m
> - docker-spark-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-spark-integration
> - wheel-manylinux1-cp27mu:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27mu
> - centos-7:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-centos-7
> 
> Succeeded Tasks:
> - docker-iwyu:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-iwyu
> - wheel-osx-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp36m
> - docker-hdfs-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-hdfs-integration
> - docker-turbodbc-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-turbodbc-integration
> - docker-python-3.6:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6
> - ubuntu-disco:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco
> - docker-go:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-go
> - docker-python-3.7:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.7
> - wheel-manylinux2010-cp27m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux2010-cp27m
> - conda-osx-clang-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-osx-clang-py37
> - wheel-win-cp35m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp35m
> - docker-lint:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-lint
> - wheel-win-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp36m
> - homebrew-cpp-autobrew:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-homebrew-cpp-autobrew
> - conda-linux-gcc-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-linux-gcc-py37
> - conda-win-vs2015-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-win-vs2015-py37
> - docker-docs:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-docs
> - wheel-osx-cp37m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp37m
> - ubuntu-disco-arm64:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco-arm64
> - docker-python-3.6-nopandas:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6-nopandas
> - ubuntu-bionic:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-bionic
> - wheel-win-cp37m:
>   URL: 
> 

[jira] [Created] (ARROW-6652) [Python] to_pandas conversion removes timezone from type

2019-09-21 Thread Bryan Cutler (Jira)
Bryan Cutler created ARROW-6652:
---

 Summary: [Python] to_pandas conversion removes timezone from type
 Key: ARROW-6652
 URL: https://issues.apache.org/jira/browse/ARROW-6652
 Project: Apache Arrow
  Issue Type: Bug
  Components: Python
Reporter: Bryan Cutler
 Fix For: 0.15.0


Calling {{to_pandas}} on a {{pyarrow.Array}} with a timezone aware timestamp 
type, removes the timezone in the resulting {{pandas.Series}}.

{code}
>>> import pyarrow as pa
>>> a = pa.array([1], type=pa.timestamp('us', tz='America/Los_Angeles'))
>>> a.to_pandas()
0   1970-01-01 00:00:00.01
dtype: datetime64[ns]
{code}

Previous behavior from 0.14.1 of converting a {{pyarrow.Column}} {{to_pandas}} 
retained the timezone.
{code}
In [4]: import pyarrow as pa 
   ...: a = pa.array([1], type=pa.timestamp('us', tz='America/Los_Angeles'))  
   ...: c = pa.Column.from_array('ts', a) 

In [5]: c.to_pandas()   
 
Out[5]: 
0   1969-12-31 16:00:00.01-08:00
Name: ts, dtype: datetime64[ns, America/Los_Angeles]
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: [NIGHTLY] Arrow Build Report for Job nightly-2019-09-21-0

2019-09-21 Thread Neal Richardson
I made https://issues.apache.org/jira/browse/ARROW-6651 for the conda R failure.

On Sat, Sep 21, 2019 at 7:02 AM Crossbow  wrote:
>
>
> Arrow Build Report for Job nightly-2019-09-21-0
>
> All tasks: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0
>
> Failed Tasks:
> - wheel-manylinux1-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp36m
> - docker-cpp-fuzzit:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-cpp-fuzzit
> - wheel-manylinux1-cp35m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp35m
> - docker-r-conda:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-r-conda
> - wheel-manylinux1-cp37m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp37m
> - docker-dask-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-dask-integration
> - wheel-manylinux1-cp27m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27m
> - docker-spark-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-spark-integration
> - wheel-manylinux1-cp27mu:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27mu
> - centos-7:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-centos-7
>
> Succeeded Tasks:
> - docker-iwyu:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-iwyu
> - wheel-osx-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp36m
> - docker-hdfs-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-hdfs-integration
> - docker-turbodbc-integration:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-turbodbc-integration
> - docker-python-3.6:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6
> - ubuntu-disco:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco
> - docker-go:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-go
> - docker-python-3.7:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.7
> - wheel-manylinux2010-cp27m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux2010-cp27m
> - conda-osx-clang-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-osx-clang-py37
> - wheel-win-cp35m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp35m
> - docker-lint:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-lint
> - wheel-win-cp36m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp36m
> - homebrew-cpp-autobrew:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-homebrew-cpp-autobrew
> - conda-linux-gcc-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-linux-gcc-py37
> - conda-win-vs2015-py37:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-win-vs2015-py37
> - docker-docs:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-docs
> - wheel-osx-cp37m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp37m
> - ubuntu-disco-arm64:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco-arm64
> - docker-python-3.6-nopandas:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6-nopandas
> - ubuntu-bionic:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-bionic
> - wheel-win-cp37m:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp37m
> - docker-js:
>   URL: 
> https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-js
> - docker-c_glib:
>   URL: 
> 

[jira] [Created] (ARROW-6651) [R] Fix R conda job

2019-09-21 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-6651:
--

 Summary: [R] Fix R conda job
 Key: ARROW-6651
 URL: https://issues.apache.org/jira/browse/ARROW-6651
 Project: Apache Arrow
  Issue Type: Bug
  Components: Continuous Integration
Reporter: Neal Richardson
Assignee: Neal Richardson


ARROW-6214 touched the build scripts it uses and now the nightly job is failing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[NIGHTLY] Arrow Build Report for Job nightly-2019-09-21-0

2019-09-21 Thread Crossbow


Arrow Build Report for Job nightly-2019-09-21-0

All tasks: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0

Failed Tasks:
- wheel-manylinux1-cp36m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp36m
- docker-cpp-fuzzit:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-cpp-fuzzit
- wheel-manylinux1-cp35m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp35m
- docker-r-conda:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-r-conda
- wheel-manylinux1-cp37m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp37m
- docker-dask-integration:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-dask-integration
- wheel-manylinux1-cp27m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27m
- docker-spark-integration:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-spark-integration
- wheel-manylinux1-cp27mu:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux1-cp27mu
- centos-7:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-centos-7

Succeeded Tasks:
- docker-iwyu:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-iwyu
- wheel-osx-cp36m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp36m
- docker-hdfs-integration:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-hdfs-integration
- docker-turbodbc-integration:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-turbodbc-integration
- docker-python-3.6:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6
- ubuntu-disco:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco
- docker-go:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-go
- docker-python-3.7:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.7
- wheel-manylinux2010-cp27m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-manylinux2010-cp27m
- conda-osx-clang-py37:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-osx-clang-py37
- wheel-win-cp35m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp35m
- docker-lint:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-lint
- wheel-win-cp36m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp36m
- homebrew-cpp-autobrew:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-homebrew-cpp-autobrew
- conda-linux-gcc-py37:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-linux-gcc-py37
- conda-win-vs2015-py37:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-conda-win-vs2015-py37
- docker-docs:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-docs
- wheel-osx-cp37m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-travis-wheel-osx-cp37m
- ubuntu-disco-arm64:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-disco-arm64
- docker-python-3.6-nopandas:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-python-3.6-nopandas
- ubuntu-bionic:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-bionic
- wheel-win-cp37m:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-appveyor-wheel-win-cp37m
- docker-js:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-js
- docker-c_glib:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-circle-docker-c_glib
- ubuntu-bionic-arm64:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-ubuntu-bionic-arm64
- debian-stretch:
  URL: 
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-21-0-azure-debian-stretch
- conda-linux-gcc-py27:
  URL: