[BEAM-2375] Rebase SQL DSL branch with master#3287
[BEAM-2375] Rebase SQL DSL branch with master#3287jbonofre wants to merge 24 commits intoapache:masterfrom
Conversation
|
R: @xumingming |
|
LGTM. |
|
@jbonofre do you mind share the methods, I was thinking that this rebase might need two steps, because it if I rebase from |
|
cc: @davorbonaci Hey @jbonofre, does this require a vote before merging a feature branch into master? |
|
Not following this fully, but it seems like a merge from the SQL branch into master. I don't think we are ready for this just yet. @xumingming's comment make sense to me. Let's merge master branch into the SQL branch, fix up there, and continue development as usual. |
|
+1 we're not ready to merge SQL branch into master, guess some miscommunication. I think what @xumingming wants is pulling the latest code from master branch into SQL branch. |
|
Yeah, my intention was to pull the latest code into DSL_SQL branch(sorry if there are miscommunication @jbonofre). |
|
Dual rebase on |
|
But we shouldn't be updating DSL_SQL branch -- that requires force push, and may lose data. |
|
It's not a merge on master, it's a rebase of the DSL_SQL branch from master. So, we don't merge on master, we just update the DSL_SQL branch. |
|
Let me fix the pull request (it should be base on DSL_SQL branch instead of master). |
|
hi guys, can we boost this a little bit? This PR kinda blocks other several PRs. |
|
Yeah, let me clean it up. I'm on it. |
correct package from org.beam.dsls.sql to org.apache.beam.dsls.sql update with checkstyle
Changes: 1. revert BEAM dependency to 0.6.0 to avoid impact of changes in master branch; 2. updates as discussion during review; refine BeamSqlRowCoder
Add support for aggregation: global, HOP, TUMBLE, SESSION, only aggregation function COUNT fix typo
COUNT,SUM,AVG,MAX,MIN rename BeamAggregationTransform to BeamAggregationTransforms update comments
1. use robust CSV library to parse & print. 2. support different data types rather than just `String`. 3. a little cleanup for TextTable (to extract common methods).
1. rename BeamSqlRunner to BeamSQLEnvironment; 2. Move pipeline as external parameter, to integrate with none-DSL components;
…e able to test VALUES)
|
Fixed by #3311 |
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify.<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.