Skip to content
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

ARROW-101: Fix java compiler warnings #60

Closed

Conversation

laurentgo
Copy link
Collaborator

Fixes several warnings emitted by java compiler regarding the use of raw types and unclosed resources.

Java compiler emits several warnings regarding the use of raw types.
This fixes the warnings by using generic types instead.
Java compiler emits some warning regarding unclosed resources. Those are
vectors whose clear() method is called, but the compiler has no way to
know that clear() and close() methods are equivalent.
@wesm
Copy link
Member

wesm commented Apr 21, 2016

Can you make the PR title exactly start with ARROW-101: -- same with your other open patches. This will appease the Apache PR merge tool

@laurentgo laurentgo changed the title [ARROW-101] Fix java compiler warnings ARROW-101: Fix java compiler warnings Apr 21, 2016
@holdenk
Copy link
Contributor

holdenk commented Jun 6, 2016

I'm super new to Arrow might be coming from left field, but would it perhaps make sense to also add -Xlint:all,-serial,-path to compilerArgs in the pom.xml so the warnings show up during the normal build?

@wesm
Copy link
Member

wesm commented Jun 8, 2016

@StevenMPhillips?

@julienledem
Copy link
Member

LGTM.

@wesm
Copy link
Member

wesm commented Aug 1, 2016

+1

@asfgit asfgit closed this in 3a2dfba Aug 1, 2016
wesm added a commit to wesm/arrow that referenced this pull request Sep 2, 2018
Author: Wes McKinney <wesm@apache.org>

Closes apache#60 from wesm/PARQUET-525 and squashes the following commits:

04eea0f [Wes McKinney] Test various invalid files checked in reader-internal.cc.
wesm added a commit to wesm/arrow that referenced this pull request Sep 4, 2018
Author: Wes McKinney <wesm@apache.org>

Closes apache#60 from wesm/PARQUET-525 and squashes the following commits:

04eea0f [Wes McKinney] Test various invalid files checked in reader-internal.cc.

Change-Id: Ic905a07237f7e0fc647a19d23e8cd9ff29a4c7df
wesm added a commit to wesm/arrow that referenced this pull request Sep 6, 2018
Author: Wes McKinney <wesm@apache.org>

Closes apache#60 from wesm/PARQUET-525 and squashes the following commits:

04eea0f [Wes McKinney] Test various invalid files checked in reader-internal.cc.

Change-Id: Ic905a07237f7e0fc647a19d23e8cd9ff29a4c7df
wesm added a commit to wesm/arrow that referenced this pull request Sep 7, 2018
Author: Wes McKinney <wesm@apache.org>

Closes apache#60 from wesm/PARQUET-525 and squashes the following commits:

04eea0f [Wes McKinney] Test various invalid files checked in reader-internal.cc.

Change-Id: Ic905a07237f7e0fc647a19d23e8cd9ff29a4c7df
wesm added a commit to wesm/arrow that referenced this pull request Sep 8, 2018
Author: Wes McKinney <wesm@apache.org>

Closes apache#60 from wesm/PARQUET-525 and squashes the following commits:

04eea0f [Wes McKinney] Test various invalid files checked in reader-internal.cc.

Change-Id: Ic905a07237f7e0fc647a19d23e8cd9ff29a4c7df
xuechendi pushed a commit to xuechendi/arrow that referenced this pull request Aug 4, 2020
zhouyuan pushed a commit to zhouyuan/arrow that referenced this pull request Dec 22, 2021
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>
zhztheplayer pushed a commit to zhztheplayer/arrow-1 that referenced this pull request Feb 8, 2022
zhztheplayer pushed a commit to zhztheplayer/arrow-1 that referenced this pull request Mar 3, 2022
rui-mo pushed a commit to rui-mo/arrow-1 that referenced this pull request Mar 23, 2022
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.

None yet

4 participants