Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jul 30, 2019

This implements row rate window estimation for all the nodes and adds the tests for all of them.
It is on top of previous pull request that was creating the metadata for RowRateWindow estimation:
#9185

Implementing RowRateWindow estimation is required for implementing BeamCostModel. Note that all of the methods implemented are just used in the test currently and they will be used when BeamCostModel is implemented. It is discussed in:
https://docs.google.com/document/d/1DM_bcfFbIoc_vEoqQxhC7AvHBUDVCAwToC8TYGukkII/


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
--- Build Status
Build Status
Build Status --- --- Build Status

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status Build Status Build Status
Portable --- Build Status --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

@ghost
Copy link
Author

ghost commented Jul 30, 2019

@ghost
Copy link
Author

ghost commented Jul 30, 2019

Since it was implementation of the same method for all the RelNodes (with their test), the PR became a little bit large. I put all in the same commit since they are just different formulas for different RelNodes; however, let me know if you think it makes more sense to make it multiple commits.

Copy link
Contributor

@akedin akedin left a comment

Choose a reason for hiding this comment

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

LGTM, minor comments

@akedin
Copy link
Contributor

akedin commented Aug 2, 2019

run sql postcommit

Copy link
Contributor

@akedin akedin left a comment

Choose a reason for hiding this comment

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

LGTM

@akedin akedin merged commit 7d56a23 into apache:master Aug 2, 2019
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.

1 participant