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

[BUG] Remove offensive word #6490

Closed
NvTimLiu opened this issue Oct 12, 2020 · 1 comment
Closed

[BUG] Remove offensive word #6490

NvTimLiu opened this issue Oct 12, 2020 · 1 comment
Assignees
Labels
bug Something isn't working Java Affects Java cuDF API.

Comments

@NvTimLiu
Copy link
Contributor

NvTimLiu commented Oct 12, 2020

**Describe the bug
There is an offensive word in the cuDF java binaries.

Steps/Code to reproduce bug
Our cuDF java binaries are built from the source code of nvspark/cudf Gitlab repo, which is the down-stream of this GitHub rapidsai/cudf.

When building cuDF java binaries, the build-info is collected via the script java/buildscripts/build-info.

In this build-info (an example showing as below), the down-stream repo URL contains the offensive word.

version=0.16-SNAPSHOT
user=
revision=9ec5093e18dcea3978931288d14f0476b58347ae
branch=HEAD
date=2020-09-27T03:53:03Z
url=https://gitlab-master.nvidia.com/nvspark/cudf.git

This build-info will be packaged into the cuDF binaries, and be released onto public maven repo.

Expected behavior
cuDF java binaries should not have any offensive word.

Remove down-stream repo URL from build-info.

@NvTimLiu NvTimLiu added bug Something isn't working Needs Triage Need team to review and classify labels Oct 12, 2020
@NvTimLiu NvTimLiu self-assigned this Oct 12, 2020
@NvTimLiu NvTimLiu changed the title [BUG] [BUG] Remove offensive word Oct 12, 2020
@galipremsagar galipremsagar added Java Affects Java cuDF API. and removed Needs Triage Need team to review and classify labels Oct 12, 2020
@NvTimLiu
Copy link
Contributor Author

PR merged, set this issue as closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Java Affects Java cuDF API.
Projects
None yet
Development

No branches or pull requests

2 participants