[GitHub] [arrow-datafusion-python] alamb commented on pull request #5: Latest from datafusion-contrib

2022-07-21 Thread GitBox
alamb commented on PR #5: URL: https://github.com/apache/arrow-datafusion-python/pull/5#issuecomment-1191888186 👍 to me -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [arrow-datafusion-python] matthewmturner commented on pull request #5: Latest from datafusion-contrib

2022-07-21 Thread GitBox
matthewmturner commented on PR #5: URL: https://github.com/apache/arrow-datafusion-python/pull/5#issuecomment-1191605004 @andygrove good for me - i just left a governance related question on the original issue proposing this move -- This is an automated message from the Apache Git Servic

[GitHub] [arrow-datafusion-python] andygrove commented on pull request #5: Latest from datafusion-contrib

2022-07-21 Thread GitBox
andygrove commented on PR #5: URL: https://github.com/apache/arrow-datafusion-python/pull/5#issuecomment-1191250037 @jimexist @cpcloud @samkaufman @jychen7 @alamb @matthewmturner Could you please review when you have time. -- This is an automated message from the Apache Git Service. To r

[GitHub] [arrow-datafusion-python] dependabot[bot] opened a new pull request, #1: Bump numpy from 1.21.3 to 1.22.0

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #1: URL: https://github.com/apache/arrow-datafusion-python/pull/1 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.22.0. Release notes Sourced from https://github.com/numpy/numpy/releases";>numpy's releases. v1.22.0

[GitHub] [arrow-datafusion-python] andygrove opened a new pull request, #5: Latest from datafusion-contrib

2022-07-21 Thread GitBox
andygrove opened a new pull request, #5: URL: https://github.com/apache/arrow-datafusion-python/pull/5 This PR contributes the changes that were made to the project since it moved to the `datafusion-contrib` github organization. -- This is an automated message from the Apache Git Service.

[GitHub] [arrow-datafusion-python] dependabot[bot] opened a new pull request, #4: Bump regex from 1.5.4 to 1.6.0

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #4: URL: https://github.com/apache/arrow-datafusion-python/pull/4 Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.6.0. Changelog Sourced from https://github.com/rust-lang/regex/blob/master/CHANGELOG.md";>regex's changelog

[GitHub] [arrow-datafusion-python] dependabot[bot] opened a new pull request, #3: Bump tokio from 1.12.0 to 1.13.1

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/arrow-datafusion-python/pull/3 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.1. Release notes Sourced from https://github.com/tokio-rs/tokio/releases";>tokio's releases. Tokio

[GitHub] [arrow-datafusion-python] dependabot[bot] opened a new pull request, #2: Bump num-bigint from 0.4.2 to 0.4.3

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #2: URL: https://github.com/apache/arrow-datafusion-python/pull/2 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.2 to 0.4.3. Changelog Sourced from https://github.com/rust-num/num-bigint/blob/master/RELEASES.md";>num-b

[GitHub] [arrow-datafusion] yjshen commented on a diff in pull request #2132: WIP: Reduce sort memory usage v1

2022-04-03 Thread GitBox
yjshen commented on code in PR #2132: URL: https://github.com/apache/arrow-datafusion/pull/2132#discussion_r841342087 ## datafusion/core/src/physical_plan/sorts/sort.rs: ## @@ -105,13 +107,21 @@ impl ExternalSorter { } } -async fn insert_batch(&self, input: R

[GitHub] [arrow] sanjibansg commented on a diff in pull request #12755: ARROW-16014: [C++] Create more benchmarks for measuring expression evaluation overhead

2022-04-03 Thread GitBox
sanjibansg commented on code in PR #12755: URL: https://github.com/apache/arrow/pull/12755#discussion_r841298581 ## cpp/src/arrow/compute/exec/expression_execution_benchmark.cc: ## @@ -0,0 +1,56 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

[GitHub] [arrow] sanjibansg commented on a diff in pull request #12755: ARROW-16014: [C++] Create more benchmarks for measuring expression evaluation overhead

2022-04-03 Thread GitBox
sanjibansg commented on code in PR #12755: URL: https://github.com/apache/arrow/pull/12755#discussion_r841298550 ## cpp/src/arrow/compute/exec/expression_execution_benchmark.cc: ## @@ -0,0 +1,56 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

[GitHub] [arrow] sanjibansg commented on a diff in pull request #12755: ARROW-16014: [C++] Create more benchmarks for measuring expression evaluation overhead

2022-04-03 Thread GitBox
sanjibansg commented on code in PR #12755: URL: https://github.com/apache/arrow/pull/12755#discussion_r841298493 ## cpp/src/arrow/compute/exec/expression_execution_benchmark.cc: ## @@ -0,0 +1,56 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

[GitHub] [arrow] sanjibansg commented on a diff in pull request #12755: ARROW-16014: [C++] Create more benchmarks for measuring expression evaluation overhead

2022-04-03 Thread GitBox
sanjibansg commented on code in PR #12755: URL: https://github.com/apache/arrow/pull/12755#discussion_r841298365 ## cpp/src/arrow/compute/exec/expression_execution_benchmark.cc: ## @@ -0,0 +1,56 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

[GitHub] [arrow-datafusion] renato2099 commented on a diff in pull request #2142: implement 'StringConcat' operator to support sql like "select 'aa' || 'b' "

2022-04-03 Thread GitBox
renato2099 commented on code in PR #2142: URL: https://github.com/apache/arrow-datafusion/pull/2142#discussion_r841282224 ## datafusion/core/tests/sql/expr.rs: ## @@ -280,6 +280,47 @@ async fn query_scalar_minus_array() -> Result<()> { Ok(()) } +#[tokio::test] +async fn

[GitHub] [arrow-datafusion] renato2099 commented on a diff in pull request #1510: Add factorial function

2022-04-03 Thread GitBox
renato2099 commented on code in PR #1510: URL: https://github.com/apache/arrow-datafusion/pull/1510#discussion_r841278856 ## datafusion/Cargo.toml: ## @@ -77,6 +77,7 @@ rand = "0.8" avro-rs = { version = "0.13", features = ["snappy"], optional = true } num-traits = { version =

[GitHub] [arrow-datafusion] renato2099 commented on a diff in pull request #1510: Add factorial function

2022-04-03 Thread GitBox
renato2099 commented on code in PR #1510: URL: https://github.com/apache/arrow-datafusion/pull/1510#discussion_r841278823 ## datafusion/src/physical_plan/functions.rs: ## @@ -546,6 +550,7 @@ pub fn return_type( BuiltinScalarFunction::Lpad => utf8_to_str_type(&input_expr

[GitHub] [arrow-julia] kou merged pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
kou merged pull request #272: URL: https://github.com/apache/arrow-julia/pull/272 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@

[GitHub] [arrow-julia] kou closed issue #271: Configure repository metadata

2021-12-29 Thread GitBox
kou closed issue #271: URL: https://github.com/apache/arrow-julia/issues/271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@arrow

[GitHub] [arrow-julia] kou commented on pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
kou commented on pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#issuecomment-1002765711 @quinnj I'll merge this pull request to change notifications to `git...@arrow.apache.org` from `dev@arrow.apache.org`. We can work on extra configurations in follow-up pull reque

[GitHub] [arrow-julia] kou commented on pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
kou commented on pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#issuecomment-1002764280 @pitrou Could you "approve" this pull request? We can't merge a pull request without at least one "approve" in this repository. -- This is an automated message from the Apache

[GitHub] [arrow-julia] pitrou commented on pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
pitrou commented on pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#issuecomment-1002763678 Can we get this merged, at least the notifications part? dev@arrow.apache.org is getting notifications for each PR comment... -- This is an automated message from the Apache

[GitHub] [arrow-julia] pitrou commented on a change in pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
pitrou commented on a change in pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#discussion_r776482306 ## File path: .asf.yaml ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [arrow-julia] kou commented on a change in pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
e-a-repository API. But the `.asf.yaml` mechanism doesn't support it yet: https://github.com/apache/infrastructure-p6/blob/production/modules/gitbox/files/asfgit/package/asfyaml.py#L234 It seems that the `.asf.yaml` mechanism doesn't change the current configuration. I hope that we c

[GitHub] [arrow-julia] kou commented on a change in pull request #272: Configure repository metadata

2021-12-29 Thread GitBox
kou commented on a change in pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#discussion_r776481132 ## File path: .asf.yaml ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See th

[GitHub] [arrow-julia] quinnj commented on a change in pull request #272: Configure repository metadata

2021-12-28 Thread GitBox
quinnj commented on a change in pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#discussion_r776181901 ## File path: .asf.yaml ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [arrow-julia] quinnj commented on a change in pull request #272: Configure repository metadata

2021-12-28 Thread GitBox
quinnj commented on a change in pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#discussion_r776181151 ## File path: .asf.yaml ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [arrow-julia] kou commented on a change in pull request #272: Configure repository metadata

2021-12-28 Thread GitBox
kou commented on a change in pull request #272: URL: https://github.com/apache/arrow-julia/pull/272#discussion_r776180085 ## File path: .asf.yaml ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See th

[GitHub] [arrow-julia] kou opened a new pull request #272: Configure repository metadata

2021-12-28 Thread GitBox
kou opened a new pull request #272: URL: https://github.com/apache/arrow-julia/pull/272 fix #271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: de

[GitHub] [arrow-julia] kou opened a new issue #271: Configure repository metadata

2021-12-28 Thread GitBox
kou opened a new issue #271: URL: https://github.com/apache/arrow-julia/issues/271 We can configure this repository's metadata by `.asf.yaml`. See also: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features We should change at least notification configurations. A

[GitHub] [arrow-julia] kou opened a new issue #270: Document the Apache way development process

2021-12-28 Thread GitBox
kou opened a new issue #270: URL: https://github.com/apache/arrow-julia/issues/270 JuliaData/Arrow.jl has been transferred to apache/arrow-julia. See also: #265 and https://issues.apache.org/jira/browse/INFRA-22663 We discussed the development process for apache/arrow-julia on de

[GitHub] [arrow] pitrou commented on issue #6984: ARROW-8520: [Developer] Use .asf.yaml to direct GitHub notifications to JIRA and mailing lists

2020-04-19 Thread GitBox
pitrou commented on issue #6984: URL: https://github.com/apache/arrow/pull/6984#issuecomment-616237297 Wow, thank you for solving this. This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [arrow] wesm commented on issue #6984: ARROW-8520: [Developer] Use .asf.yaml to direct GitHub notifications to JIRA and mailing lists

2020-04-19 Thread GitBox
wesm commented on issue #6984: URL: https://github.com/apache/arrow/pull/6984#issuecomment-616237030 +1. This can only be "tested in production" so I'm merging this This is an automated message from the Apache Git Service. To

[GitHub] [arrow] wesm opened a new pull request #6984: ARROW-8520: [Developer] Use .asf.yaml to direct GitHub notifications to JIRA and mailing lists

2020-04-19 Thread GitBox
wesm opened a new pull request #6984: URL: https://github.com/apache/arrow/pull/6984 Context: INFRA-20149 Following instructions per https://s.apache.org/asfyaml-notify This is an automated message from the Apache Git

[GitHub] [arrow] wesm commented on issue #6984: ARROW-8520: [Developer] Use .asf.yaml to direct GitHub notifications to JIRA and mailing lists

2020-04-19 Thread GitBox
wesm commented on issue #6984: URL: https://github.com/apache/arrow/pull/6984#issuecomment-616236838 I just requested the creation of github@ This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [arrow] github-actions[bot] commented on issue #6983: ARROW-8519: [C++][Packaging] Reduce disk usage for external projects

2020-04-19 Thread GitBox
github-actions[bot] commented on issue #6983: URL: https://github.com/apache/arrow/pull/6983#issuecomment-616234088 https://issues.apache.org/jira/browse/ARROW-8519 This is an automated message from the Apache Git Service. To

[GitHub] [arrow] github-actions[bot] commented on issue #6983: ARROW-8519: [C++][Packaging] Reduce disk usage for external projects

2020-04-19 Thread GitBox
github-actions[bot] commented on issue #6983: URL: https://github.com/apache/arrow/pull/6983#issuecomment-616233760 Revision: ac4a31458b83fa39e659c2a0551a07f4f645bcbb Submitted crossbow builds: [ursa-labs/crossbow @ actions-148](https://github.com/ursa-labs/crossbow/branches/all?quer

[GitHub] [arrow] kou commented on issue #6983: ARROW-8519: [C++][Packaging] Reduce disk usage for external projects

2020-04-19 Thread GitBox
kou commented on issue #6983: URL: https://github.com/apache/arrow/pull/6983#issuecomment-616233577 @github-actions crossbow submit -g linux This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow] kou opened a new pull request #6983: ARROW-8519: [C++][Packaging] Reduce disk usage for external projects

2020-04-19 Thread GitBox
kou opened a new pull request #6983: URL: https://github.com/apache/arrow/pull/6983 This change removes built files after installing built files for external projects. It reduces disk usage for external projects. This may resolve "No space left on device" caused by building Linux

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
nealrichardson commented on a change in pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7#discussion_r310816056 ## File path: assets/.sprockets-manifest-af5b3e33562477ba4f207e3ea1e798c0.

[GitHub] [arrow-site] kou commented on a change in pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
kou commented on a change in pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7#discussion_r310807654 ## File path: assets/.sprockets-manifest-af5b3e33562477ba4f207e3ea1e798c0.json #

[GitHub] [arrow-site] wesm closed pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
wesm closed pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [arrow-site] fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8#discussion_r310730531 ## File path: build-and-deploy.sh ## @@ -0,0 +1,51 @@ +#!/bin/bash +set -ev + +if [ "${TRAVIS_B

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
nealrichardson commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8#discussion_r310729936 ## File path: build-and-deploy.sh ## @@ -0,0 +1,51 @@ +#!/bin/bash +set -ev + +if [ "${TRAVIS_

[GitHub] [arrow-site] fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8#discussion_r310724697 ## File path: build-and-deploy.sh ## @@ -0,0 +1,51 @@ +#!/bin/bash +set -ev + +if [ "${TRAVIS_B

[GitHub] [arrow-site] fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
fsaintjacques commented on a change in pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8#discussion_r310727786 ## File path: build-and-deploy.sh ## @@ -0,0 +1,51 @@ +#!/bin/bash +set -ev + +if [ "${TRAVIS_B

[GitHub] [arrow-site] nealrichardson opened a new pull request #8: ARROW-4473: [Website] Support test site deployment

2019-08-05 Thread GitBox
nealrichardson opened a new pull request #8: ARROW-4473: [Website] Support test site deployment URL: https://github.com/apache/arrow-site/pull/8 See https://lists.apache.org/thread.html/73e8a7d2ee667e83371e8bb99c13338144c8af5444f55918994713be@%3Cdev.arrow.apache.org%3E ---

[GitHub] [arrow-site] nealrichardson commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
nealrichardson commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7#issuecomment-518334974 > Currently there are no links to and from the main arrow.apache.org/docs/ site, but I'd like to ta

[GitHub] [arrow-site] fsaintjacques commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
fsaintjacques commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7#issuecomment-518332661 I don't see the R documentation in the drop-down menu of documentations. ---

[GitHub] [arrow-site] nealrichardson commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
nealrichardson commented on issue #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7#issuecomment-518327887 Full site preview at https://enpiar.com/arrow-site/ and R docs at https://enpiar.com/arrow-site/doc

[GitHub] [arrow-site] nealrichardson opened a new pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site

2019-08-05 Thread GitBox
nealrichardson opened a new pull request #7: ARROW-6139: [Documentation][R] Build R docs (pkgdown) site and add to arrow-site URL: https://github.com/apache/arrow-site/pull/7 This renders the site that was configured in https://issues.apache.org/jira/browse/ARROW-5452, using the 0.14.1 R C

[GitHub] [arrow-site] wesm merged pull request #6: Remove very stale docs/latest

2019-06-11 Thread GitBox
wesm merged pull request #6: Remove very stale docs/latest URL: https://github.com/apache/arrow-site/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [arrow-site] wesm commented on issue #6: Remove very stale docs/latest

2019-06-11 Thread GitBox
wesm commented on issue #6: Remove very stale docs/latest URL: https://github.com/apache/arrow-site/pull/6#issuecomment-501073903 +1 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [arrow-site] nealrichardson opened a new pull request #6: Remove very stale docs/latest

2019-06-11 Thread GitBox
nealrichardson opened a new pull request #6: Remove very stale docs/latest URL: https://github.com/apache/arrow-site/pull/6 See discussion on https://issues.apache.org/jira/browse/ARROW-5548 This is an automated message from t

[GitHub] [arrow-site] riboflavin closed pull request #5: [Website] Update website for Gandiva donation

2019-05-08 Thread GitBox
riboflavin closed pull request #5: [Website] Update website for Gandiva donation URL: https://github.com/apache/arrow-site/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] BryanCutler commented on issue #19: Build 0.8.0 wheels

2017-12-19 Thread GitBox
BryanCutler commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-352680792 Thanks for fixing this @xhochy! I uploaded the macOS wheels for pip after this update This is an

[GitHub] kou closed pull request #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS

2017-12-19 Thread GitBox
kou closed pull request #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS URL: https://github.com/apache/arrow-dist/pull/20 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of prov

[GitHub] kou commented on issue #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS

2017-12-19 Thread GitBox
kou commented on issue #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS URL: https://github.com/apache/arrow-dist/pull/20#issuecomment-352669961 +1 All builds are green. This is an automat

[GitHub] kou opened a new pull request #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS

2017-12-18 Thread GitBox
kou opened a new pull request #20: Support Arrow C++ and Arrow GLib 0.8.0 packages for Debian, Ubuntu and CentOS URL: https://github.com/apache/arrow-dist/pull/20 Arrow GLib packages for Debian and Ubuntu support GPU. This is

[GitHub] xhochy commented on issue #19: Build 0.8.0 wheels

2017-12-18 Thread GitBox
xhochy commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-352554021 Merging as all builds except the APT/YUM packages passed. This is an automated message from the Apache

[GitHub] xhochy closed pull request #19: Build 0.8.0 wheels

2017-12-18 Thread GitBox
xhochy closed pull request #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork),

[GitHub] xhochy commented on issue #19: Build 0.8.0 wheels

2017-12-18 Thread GitBox
xhochy commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-35240 @matthew-brett Awesome, that was the problem! Wheels now build. This is an automated message from the A

[GitHub] matthew-brett commented on issue #19: Build 0.8.0 wheels

2017-12-18 Thread GitBox
matthew-brett commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-352396398 I wonder if you're hitting https://github.com/travis-ci/travis-ci/issues/8703#issuecomment-348866918 ?

[GitHub] kou commented on issue #19: Build 0.8.0 wheels

2017-12-18 Thread GitBox
kou commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-352379958 I'll put a patch to fix deb/rpm package builds later. It's OK to me that this change is merged my patch because I can put my change after this change is merged. --

[GitHub] wesm commented on issue #19: Build 0.8.0 wheels

2017-12-17 Thread GitBox
wesm commented on issue #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19#issuecomment-352327398 Most strange, perhaps @matthew-brett could advise on the macOS failures? This is an automated message fr

[GitHub] xhochy opened a new pull request #19: Build 0.8.0 wheels

2017-12-17 Thread GitBox
xhochy opened a new pull request #19: Build 0.8.0 wheels URL: https://github.com/apache/arrow-dist/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] xhochy closed pull request #18: ARROW-1752: Add GPU packages for Debian and Ubuntu

2017-10-30 Thread GitBox
xhochy closed pull request #18: ARROW-1752: Add GPU packages for Debian and Ubuntu URL: https://github.com/apache/arrow-dist/pull/18 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a fo

[GitHub] kou opened a new pull request #18: ARROW-1752: Add GPU packages for Debian and Ubuntu

2017-10-30 Thread GitBox
kou opened a new pull request #18: ARROW-1752: Add GPU packages for Debian and Ubuntu URL: https://github.com/apache/arrow-dist/pull/18 We need two Travis CI entry to build all .debs because we don't have enough space to build all .debs in one Travis CI entry.

[GitHub] kou closed pull request #17: ARROW-1725: Upload .deb for Ubuntu 17.10

2017-10-24 Thread GitBox
kou closed pull request #17: ARROW-1725: Upload .deb for Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/17 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull req

[GitHub] kou commented on issue #17: ARROW-1725: Upload .deb for Ubuntu 17.10

2017-10-24 Thread GitBox
kou commented on issue #17: ARROW-1725: Upload .deb for Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/17#issuecomment-339220628 +1 We can't test upload is succeeded with pull request. We need to use master branch. ---

[GitHub] kou opened a new pull request #17: ARROW-1725: Upload .deb for Ubuntu 17.10

2017-10-24 Thread GitBox
kou opened a new pull request #17: ARROW-1725: Upload .deb for Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] kou closed pull request #16: ARROW-1724: Support Ubuntu 17.10

2017-10-24 Thread GitBox
kou closed pull request #16: ARROW-1724: Support Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/16 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (fr

[GitHub] kou commented on issue #16: ARROW-1724: Support Ubuntu 17.10

2017-10-24 Thread GitBox
kou commented on issue #16: ARROW-1724: Support Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/16#issuecomment-339188039 +1 .deb package build is succeeded on Travis CI. This is an automated message from the Ap

[GitHub] kou opened a new pull request #16: ARROW--1724: Support Ubuntu 17.10

2017-10-24 Thread GitBox
kou opened a new pull request #16: ARROW--1724: Support Ubuntu 17.10 URL: https://github.com/apache/arrow-dist/pull/16 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub