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

[SPARK-15766][SparkR]:R should export is.nan #13508

Closed
wants to merge 3 commits into from

Conversation

wangmiao1981
Copy link
Contributor

What changes were proposed in this pull request?

When reviewing SPARK-15545, we found that is.nan is not exported, which should be exported.

Add it to the NAMESPACE.

How was this patch tested?

Manual tests.

@SparkQA
Copy link

SparkQA commented Jun 4, 2016

Test build #59984 has finished for PR 13508 at commit da04a0d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangmiao1981
Copy link
Contributor Author

@felixcheung As we discussed, I opened a JIRA on exporting the is.nan. Can you review it? Thanks!

@felixcheung
Copy link
Member

don't we need to for isnan

setMethod("isnan",

this is different from isNaN

@SparkQA
Copy link

SparkQA commented Jun 6, 2016

Test build #60022 has finished for PR 13508 at commit d0d2e4c.

  • This patch fails some tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 6, 2016

Test build #60023 has finished for PR 13508 at commit 4c85aea.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangmiao1981
Copy link
Contributor Author

@felixcheung Add isnan in the NAMESPACE file.

@shivaram
Copy link
Contributor

Thanks @wangmiao1981 - LGTM. Merging this to master and branch-2.0

asfgit pushed a commit that referenced this pull request Jun 10, 2016
## What changes were proposed in this pull request?

When reviewing SPARK-15545, we found that is.nan is not exported, which should be exported.

Add it to the NAMESPACE.

## How was this patch tested?

Manual tests.

Author: wm624@hotmail.com <wm624@hotmail.com>

Closes #13508 from wangmiao1981/unused.

(cherry picked from commit 2c8f40c)
Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
@asfgit asfgit closed this in 2c8f40c Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants