[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-22 Thread StephanEwen
Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-71103567
  
You have my +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-22 Thread hsaputra
Github user hsaputra commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-71119613
  
Cool, thanks @StephanEwen, if no one beats me merging I will do this EOD 
today


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-22 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/324


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-22 Thread hsaputra
Github user hsaputra commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-71134892
  
As per recommendation from @StephanEwen, will not merge this to 0.8 until 
we need to cherry-pick fixes related to these files.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-22 Thread hsaputra
Github user hsaputra commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-71079720
  
Can I get +1 for this one?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-21 Thread StephanEwen
Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-70953743
  
Looks good to me. It does not break the API, since it only moves source 
code, so I do not have any objections. I would merge it into the master, 
though, not into 0.8.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-20 Thread hsaputra
Github user hsaputra commented on the pull request:

https://github.com/apache/flink/pull/324#issuecomment-70715529
  
I rename the file from coGroupDataSet.scala to CoGroupDataSet.scala and 
crossDataSet.scala to CrossDataSet.scala to follow convention Scala file naming.

And move out UnfinishedCoGroupOperation class because it is a high level 
public class by itself and not dependent on CoGroupOperation as sealed trait.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Rename coGroupDataSet.scala to CoGroupDataSet....

2015-01-19 Thread hsaputra
GitHub user hsaputra opened a pull request:

https://github.com/apache/flink/pull/324

Rename coGroupDataSet.scala to CoGroupDataSet.scala, and crossDataSet.scala 
to CrossDataSet.scala

This PR contains changes to follow Scala style:
-) Rename coGroupDataSet.scala to CoGroupDataSet.scala, and 
crossDataSet.scala to CrossDataSet.scala
-) Move the UnfinishedCoGroupOperation class into its own Scala file

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/hsaputra/flink rename_coGroupDataSet_filename

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #324


commit 85d0dbfb506b954c53ece5ff8f825df5fbde1ed8
Author: Henry Saputra henry.sapu...@gmail.com
Date:   2015-01-19T22:52:30Z

Rename coGroupDataSet.scala to CoGroupDataSet.scala, and crossDataSet.scala 
to CrossDataSet.scala

commit fa9f37c189e397458df4afd89af4a0025373ec84
Author: Henry Saputra henry.sapu...@gmail.com
Date:   2015-01-19T23:29:51Z

Move the UnfinishedCoGroupOperation class into its own Scala file.

The UnfinishedCoGroupOperation does not relate closely to CoGroupOperation
via sealed modifier so per Scala style guide [1] I propose to move it to
separate file.

[1] http://docs.scala-lang.org/style/files.html




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---