[arrow-site] branch master updated (24425f2 -> f98b82d)

2019-09-15 Thread kou
This is an automated email from the ASF dual-hosted git repository. kou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-site.git. from 24425f2 ARROW-6505: [Website] Add new committers (#22) add f98b82d Fix variable name No new revisions were

[GitHub] [arrow-site] kou commented on issue #24: ARROW-6569: [Website] Add support for auto deploy by GitHub Actions

2019-09-15 Thread GitBox
kou commented on issue #24: ARROW-6569: [Website] Add support for auto deploy by GitHub Actions URL: https://github.com/apache/arrow-site/pull/24#issuecomment-531610330 Example: https://kou.github.io/arrow-site/index.html Note that https://kou.github.io/arrow-site/ isn't available.

[GitHub] [arrow-site] kou opened a new pull request #24: ARROW-6569: [Website] Add support for auto deploy by GitHub Actions

2019-09-15 Thread GitBox
kou opened a new pull request #24: ARROW-6569: [Website] Add support for auto deploy by GitHub Actions URL: https://github.com/apache/arrow-site/pull/24 This may have an issue for GitHub Pages deploy for forks. But this will be fixed by GitHub:

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags

2019-09-15 Thread GitBox
nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags URL: https://github.com/apache/arrow-site/pull/23#discussion_r324481957 ## File path: build-and-deploy.sh ## @@ -28,7 +28,13 @@ if [ "${TRAVIS_BRANCH}" = "master" ]

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags

2019-09-15 Thread GitBox
nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags URL: https://github.com/apache/arrow-site/pull/23#discussion_r324481801 ## File path: .gitignore ## @@ -8,3 +8,4 @@ build/ .bundle/ ruby/ .DS_Store +themes/

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags

2019-09-15 Thread GitBox
nealrichardson commented on a change in pull request #23: ARROW-6127: [Website] Add favicons and meta tags URL: https://github.com/apache/arrow-site/pull/23#discussion_r324481807 ## File path: _config.yml ## @@ -36,6 +36,7 @@ exclude: - README.md - vendor -

[arrow] branch master updated: ARROW-5762: [JS] Align Map type impl with the spec

2019-09-15 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new abc7860 ARROW-5762: [JS] Align Map type impl with

[arrow] branch master updated: ARROW-6561: [Python] Fix python tests to pass on pandas master

2019-09-15 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 8d9ba8e ARROW-6561: [Python] Fix python tests to

[arrow] branch master updated (f77c24e -> 7749c443)

2019-09-15 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f77c24e ARROW-6560: [Python] Fix nopandas integration tests add 7749c443 ARROW-6559: [Developer][C++] Add option

[arrow] branch master updated (5fa694b -> f77c24e)

2019-09-15 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5fa694b ARROW-1741: [C++] Add DictionaryArray::CanCompareIndices add f77c24e ARROW-6560: [Python] Fix nopandas