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

Remove duplicate call of keepValidPages #224

Merged

Conversation

jwli229
Copy link
Contributor

@jwli229 jwli229 commented May 15, 2018

What does this Pull Request do?

As title

How should this be tested?

  • mvn clean install

Interested parties

@@ -105,7 +105,7 @@ package object archivesunleashed {
}

def extractHyperlinksDF(): DataFrame = {
val records = rdd.keepValidPages()
val records = rdd
Copy link
Member

Choose a reason for hiding this comment

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

@lintool do you have a preference of where it is removed? I'm good with how it is.

@codecov
Copy link

codecov bot commented May 15, 2018

Codecov Report

Merging #224 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #224   +/-   ##
======================================
  Coverage    61.7%   61.7%           
======================================
  Files          34      34           
  Lines         679     679           
  Branches      124     124           
======================================
  Hits          419     419           
  Misses        219     219           
  Partials       41      41
Impacted Files Coverage Δ
src/main/scala/io/archivesunleashed/package.scala 69.56% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f3c423...6c946b9. Read the comment docs.

@lintool
Copy link
Member

lintool commented May 15, 2018

codecov is really wacked sometimes.... why red if there's a 0% diff in coverage?

@ruebot ruebot merged commit 6f9f9b4 into archivesunleashed:master May 15, 2018
@jwli229 jwli229 deleted the remove-duplicate-functioncall branch May 15, 2018 14:22
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.

3 participants