Skip to content

ARROW-102: Add java support to Travis CI #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

laurentgo
Copy link
Contributor

Add java support to Travis CI using oracle JDK7 on a Linux host.

@laurentgo
Copy link
Contributor Author

Note that some unit tests currently fail. For those to pass, JVM forked for JUnit should need around 3GB of memory which I believe is not possible with Travis CI.

@wesm
Copy link
Member

wesm commented Apr 17, 2016

@StevenMPhillips @jacques-n will you be able to fix the Travis CI failure if I merge this? Perhaps we should wait util we have a patch fixing the build so that not all other PRs start having failed Java builds

@laurentgo
Copy link
Contributor Author

I opened ARROW-113, and submitted PR #65 to get the test fixed

@laurentgo laurentgo changed the title [ARROW-102] Add java support to Travis CI ARROW-102: Add java support to Travis CI Apr 21, 2016
@laurentgo laurentgo force-pushed the laurent/add-travis-ci-java branch from 76f1fdb to a02ecc4 Compare May 19, 2016 20:52
Add java support to Travis CI using oracle JDK7 on a Linux host.
@laurentgo laurentgo force-pushed the laurent/add-travis-ci-java branch from a02ecc4 to 25903ac Compare May 20, 2016 00:07
@@ -12,7 +12,6 @@ addons:
- gcc-4.9 # Needed for C++11
- g++-4.9 # Needed for C++11
- gdb
- gcov
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed gcov because travis cannot find the package. I checked on packages.ubuntu.com and a search shows that gcov is part of the gcc package.

I believe this is an already existing issue with travis, which was introduced when dist was changed from trusty to precise in commit 5d12999 (the Arrow page on github shows error as Travis badge)

@wesm
Copy link
Member

wesm commented Jun 7, 2016

+1, merging this.

@wesm
Copy link
Member

wesm commented Jun 7, 2016

Oops, looks like this is already in, @laurentgo can you close the PR? 7035467

@laurentgo
Copy link
Contributor Author

Closed (merged in 7035467)

@laurentgo laurentgo closed this Jun 7, 2016
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
wesm added a commit to wesm/arrow that referenced this pull request Sep 2, 2018
This patch removes compiler warning suppresses, fixes signed-unsigned integer comparisons, and scrubs most usages of `size_t` from the codebase in favor of signed integer types.

Author: Wes McKinney <wesm@apache.org>

Closes apache#63 from wesm/PARQUET-518 and squashes the following commits:

ba74e14 [Wes McKinney] Fix unsigned int comparison after rebase
b6adc51 [Wes McKinney] Scrub more usages of size_t
242ca3f [Wes McKinney] Disable -Wno-sign-compare and do some scrubbing
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Sep 4, 2018
wesm added a commit to wesm/arrow that referenced this pull request Sep 4, 2018
This patch removes compiler warning suppresses, fixes signed-unsigned integer comparisons, and scrubs most usages of `size_t` from the codebase in favor of signed integer types.

Author: Wes McKinney <wesm@apache.org>

Closes apache#63 from wesm/PARQUET-518 and squashes the following commits:

ba74e14 [Wes McKinney] Fix unsigned int comparison after rebase
b6adc51 [Wes McKinney] Scrub more usages of size_t
242ca3f [Wes McKinney] Disable -Wno-sign-compare and do some scrubbing

Change-Id: I749dba3f989a0b198924b2a449451091b09595b1
wesm added a commit to wesm/arrow that referenced this pull request Sep 6, 2018
This patch removes compiler warning suppresses, fixes signed-unsigned integer comparisons, and scrubs most usages of `size_t` from the codebase in favor of signed integer types.

Author: Wes McKinney <wesm@apache.org>

Closes apache#63 from wesm/PARQUET-518 and squashes the following commits:

ba74e14 [Wes McKinney] Fix unsigned int comparison after rebase
b6adc51 [Wes McKinney] Scrub more usages of size_t
242ca3f [Wes McKinney] Disable -Wno-sign-compare and do some scrubbing

Change-Id: I749dba3f989a0b198924b2a449451091b09595b1
wesm added a commit to wesm/arrow that referenced this pull request Sep 7, 2018
This patch removes compiler warning suppresses, fixes signed-unsigned integer comparisons, and scrubs most usages of `size_t` from the codebase in favor of signed integer types.

Author: Wes McKinney <wesm@apache.org>

Closes apache#63 from wesm/PARQUET-518 and squashes the following commits:

ba74e14 [Wes McKinney] Fix unsigned int comparison after rebase
b6adc51 [Wes McKinney] Scrub more usages of size_t
242ca3f [Wes McKinney] Disable -Wno-sign-compare and do some scrubbing

Change-Id: I749dba3f989a0b198924b2a449451091b09595b1
wesm added a commit to wesm/arrow that referenced this pull request Sep 8, 2018
This patch removes compiler warning suppresses, fixes signed-unsigned integer comparisons, and scrubs most usages of `size_t` from the codebase in favor of signed integer types.

Author: Wes McKinney <wesm@apache.org>

Closes apache#63 from wesm/PARQUET-518 and squashes the following commits:

ba74e14 [Wes McKinney] Fix unsigned int comparison after rebase
b6adc51 [Wes McKinney] Scrub more usages of size_t
242ca3f [Wes McKinney] Disable -Wno-sign-compare and do some scrubbing

Change-Id: I749dba3f989a0b198924b2a449451091b09595b1
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Sep 10, 2018
praveenbingo pushed a commit to praveenbingo/arrow that referenced this pull request Sep 10, 2018
zhouyuan pushed a commit to zhouyuan/arrow that referenced this pull request Dec 23, 2021
zhouyuan pushed a commit to zhouyuan/arrow that referenced this pull request Jan 6, 2022
zhouyuan added a commit to zhouyuan/arrow that referenced this pull request Jan 6, 2022
* Support casting boolean to bigint (apache#60)

* remove log4j as it's not used (apache#61)

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* Add stripe iteration support for batch_size reading in the ORC Scanner (apache#63)

* Install re2 headers (apache#66)

Co-authored-by: PHILO-HE <feilong.he@intel.com>
Co-authored-by: zhixingheyi-tian <xiangxiang.shen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants