Skip to content

Conversation

ravwojdyla
Copy link
Contributor

No description provided.

@codecov-io
Copy link

Current coverage is 73.33%

Merging #85 into master will increase coverage by +0.13% as of 8fc2d1e

@@            master     #85   diff @@
======================================
  Files           61      61       
  Stmts         2004    2014    +10
  Branches       356     356       
  Methods          0       0       
======================================
+ Hit           1467    1477    +10
  Partial          0       0       
  Missed         537     537       

Review entire Coverage Diff as of 8fc2d1e

Powered by Codecov. Updated on successful CI builds.

def saveAsHdfsTextFile(path: String,
username: String = null,
conf: Configuration = null): Future[Tap[String]] = {
val _conf = Option(conf).getOrElse {
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to go full monadic here.
val _conf = if (conf != null) { conf } else { is less cryptic?

@nevillelyh nevillelyh merged commit 1d9b44d into master Apr 15, 2016
@nevillelyh nevillelyh deleted the avro-compression branch April 18, 2016 18:25
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