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

warn combine*/sum* transform usage, fix #1620 #1856

Merged
merged 3 commits into from Apr 19, 2019
Merged

Conversation

nevillelyh
Copy link
Contributor

No description provided.

@nevillelyh nevillelyh changed the title add BigQuery storage API support, fix #1811 warn combine*/sum* transform usage, fix #1620 Apr 18, 2019
Copy link
Contributor

@regadas regadas left a comment

Choose a reason for hiding this comment

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

there's some style issues and some minor comments but otherwise 👍

@@ -55,6 +56,8 @@ import scala.util.Try
/** Convenience functions for creating SCollections. */
object SCollection {

private[values] val logger = LoggerFactory.getLogger(this.getClass)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
private[values] val logger = LoggerFactory.getLogger(this.getClass)
private[values] val Logger = LoggerFactory.getLogger(this.getClass)

PairSCollectionFunctions is also lower case can you change it?

@codecov
Copy link

codecov bot commented Apr 19, 2019

Codecov Report

Merging #1856 into master will increase coverage by 0.03%.
The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1856      +/-   ##
==========================================
+ Coverage   73.12%   73.15%   +0.03%     
==========================================
  Files         191      191              
  Lines        5823     5838      +15     
  Branches      430      437       +7     
==========================================
+ Hits         4258     4271      +13     
- Misses       1565     1567       +2
Impacted Files Coverage Δ
...om/spotify/scio/values/SCollectionWithFanout.scala 100% <100%> (ø) ⬆️
...spotify/scio/values/PairSCollectionFunctions.scala 96.13% <100%> (+0.04%) ⬆️
...in/scala/com/spotify/scio/values/SCollection.scala 89.81% <100%> (+0.14%) ⬆️
...tify/scio/values/SCollectionWithHotKeyFanout.scala 100% <100%> (ø) ⬆️
...c/main/scala/com/spotify/scio/util/Functions.scala 92.68% <75%> (-1.34%) ⬇️

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 610af87...c5b5bf9. Read the comment docs.

@regadas regadas merged commit e4df529 into master Apr 19, 2019
@regadas regadas deleted the neville/combine branch April 19, 2019 15:05
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

2 participants