[GitHub] incubator-gearpump pull request #221: [GEARPUMP-217] Merge sql branch into m...

2017-08-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/221


---
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] incubator-gearpump issue #221: [GEARPUMP-217] Merge sql branch into master

2017-08-30 Thread huafengw
Github user huafengw commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
+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] incubator-gearpump issue #221: [GEARPUMP-217] Merge sql branch into master

2017-08-30 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
R: @huafengw 


---
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] incubator-gearpump pull request #220: [GEARPUMP-217] Merge sql branch into m...

2017-08-30 Thread manuzhang
Github user manuzhang closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/220


---
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] incubator-gearpump issue #221: [GEARPUMP-217] Merge sql branch into master

2017-08-30 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/221?src=pr&el=h1)
 Report
> Merging 
[#221](https://codecov.io/gh/apache/incubator-gearpump/pull/221?src=pr&el=desc) 
into 
[master](https://codecov.io/gh/apache/incubator-gearpump/commit/f75fb19c78ff7e04bfdb9727bd8bf6e08bc4d1e8?src=pr&el=desc)
 will **increase** coverage by `0.21%`.
> The diff coverage is `n/a`.



```diff
@@Coverage Diff @@
##   master #221  +/-   ##
==
+ Coverage   68.91%   69.12%   +0.21% 
==
  Files 191  191  
  Lines6103 6103  
  Branches  362  362  
==
+ Hits 4206 4219  +13 
+ Misses   1897 1884  -13
```




---
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] incubator-gearpump pull request #221: [GEARPUMP-217] Merge sql branch into m...

2017-08-30 Thread manuzhang
GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/221

[GEARPUMP-217] Merge sql branch into master

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/manuzhang/incubator-gearpump 
merge_sql_into_master

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

https://github.com/apache/incubator-gearpump/pull/221.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 #221


commit b844cecfe19ff7aa49b7261b75d4f182c2e1eee7
Author: Buddhi Ayesha 
Date:   2017-05-27T13:50:00Z

Add Readme

commit 2fd23fb1192b93d9de5eb6a338b770e6a1c8390d
Author: Buddhi Ayesha 
Date:   2017-06-01T15:55:27Z

Add Connection class

commit 52d0f602c0031ea3a4a8770f151a6e9a30e616f1
Author: Buddhi Ayesha 
Date:   2017-06-02T03:57:21Z

Add pom.xml

commit c324bdd07a8f334d086cd176b437b34bea4b456e
Author: Buddhi Ayesha 
Date:   2017-06-02T03:59:53Z

Add unit testing for getting a logical plan.

commit 8dba2fd682ee0de6e85754b311a26e05ac0dabf8
Author: Buddhi Ayesha 
Date:   2017-06-02T04:58:26Z

Add transactions model.

commit 5512b496988f19cf3f6dda2442250decef1e4406
Author: Buddhi Ayesha 
Date:   2017-06-02T04:59:19Z

Add log4j properties

commit 54726945b42c69cb991510131e04074f3edca520
Author: Buddhi Ayesha 
Date:   2017-06-02T05:03:30Z

Implement Connection class

commit 13b5fa563de02c44b7a4b0965108a3ff3fd84edb
Author: Buddhi Ayesha 
Date:   2017-06-02T05:08:53Z

Add simple query planner

commit 6dadc40999163365f7da1ce908ccf716640ec818
Author: Buddhi Ayesha 
Date:   2017-06-02T05:53:54Z

Add sql model

commit 2ab90218a5105e19da02e04080dcb28ba81eea6d
Author: Buddhi Ayesha 
Date:   2017-06-08T13:01:42Z

Implement CalciteConnection

commit 012a3c0d3081a9c8fb5b6145b86f1435a26a9b0e
Author: Buddhi Ayesha 
Date:   2017-06-08T13:06:24Z

Update getLogicalPlan()

commit 50985140e3cd6449a1956c5daee8cbc1e3ddf265
Author: Buddhi Ayesha 
Date:   2017-06-08T14:09:21Z

Remove null values

commit a90723ab7c6a01a54fa64abaaa237aedefc58afc
Author: Buddhi Ayesha 
Date:   2017-06-14T19:27:53Z

Add SQLNode for test purpose

commit c3d5b0e358262813dfddd5f3759e2af935a60782
Author: Buddhi Ayesha 
Date:   2017-06-17T09:08:39Z

Add StreamQueryPlanner class

commit 4b7dc7485e131bb424a982477d448b8685523942
Author: Buddhi Ayesha 
Date:   2017-06-17T09:14:06Z

Add framework configuration

commit dcf792cc50db9f05925d2ae4a7e2144584d86e0e
Author: Buddhi Ayesha 
Date:   2017-06-17T09:32:58Z

Add calcite sql validator

commit 5d719bd9605e89875748547106411f874dc287be
Author: Buddhi Ayesha 
Date:   2017-06-17T09:33:38Z

Add logical plan

commit f090b7d6107dd9ace97fd283ee8a419036cf4d03
Author: Buddhi Ayesha 
Date:   2017-06-21T14:34:37Z

Add calcite sql test class

commit 9fb6f7735d4fbe97e6a44a7fb4524cfe020af429
Author: Buddhi Ayesha 
Date:   2017-06-24T09:40:22Z

Add apache license

commit 9b750feb74f918955107a394ba3be2d564bbc966
Author: manuzhang 
Date:   2017-07-09T00:17:21Z

Add sql project

commit 6edd19e60086f25d76210a1508c6aacc3648775c
Author: Buddhi Ayesha 
Date:   2017-08-19T00:24:49Z

[GEARPUMP-217] Add Gearpump rel, rule and examples.

Author: Buddhi Ayesha 
Author: Buddhi Rathnayaka 

Closes #217 from buddhiayesha2015/upstream_sql.

commit dcf5273be7a8780faa5d5aa6dea276e1b9d826d6
Author: Buddhi Ayesha 
Date:   2017-08-24T05:30:32Z

[GEARPUMP-217] Remove irrelevant files, Update README.md

Author: Buddhi Ayesha 

Closes #219 from buddhiayesha2015/sql.




---
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] incubator-gearpump pull request #220: [GEARPUMP-217] Merge sql branch into m...

2017-08-30 Thread manuzhang
GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/220

[GEARPUMP-217] Merge sql branch into master

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/apache/incubator-gearpump sql

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

https://github.com/apache/incubator-gearpump/pull/220.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 #220


commit 1dd9d8fc45bbfbda16f38320e66fe3f75434bd0d
Author: Buddhi Ayesha 
Date:   2017-05-27T13:50:00Z

Add Readme

commit 6f1e1823d4c7fbbbca8dd48e755ee0fe3bf8c9d8
Author: Buddhi Ayesha 
Date:   2017-06-01T15:55:27Z

Add Connection class

commit 0219d0b362a13d4d0cae0db35af575ea91534090
Author: Buddhi Ayesha 
Date:   2017-06-02T03:57:21Z

Add pom.xml

commit 1f30ec34a2ef85b37db44868847d473854148714
Author: Buddhi Ayesha 
Date:   2017-06-02T03:59:53Z

Add unit testing for getting a logical plan.

commit 2b2a7e76df9084f61c343e6f9890b90721d7689e
Author: Buddhi Ayesha 
Date:   2017-06-02T04:58:26Z

Add transactions model.

commit eb3caec968f55a471950b6acf9044fe4808d2b84
Author: Buddhi Ayesha 
Date:   2017-06-02T04:59:19Z

Add log4j properties

commit 156bfd087331f57af339d6305c67046a874ff866
Author: Buddhi Ayesha 
Date:   2017-06-02T05:03:30Z

Implement Connection class

commit 7e9cf0d3c06ae17b64016f814d1792a1014b30d6
Author: Buddhi Ayesha 
Date:   2017-06-02T05:08:53Z

Add simple query planner

commit feaf04bb4f882266265626d9b2d1552b7ee471c1
Author: Buddhi Ayesha 
Date:   2017-06-02T05:53:54Z

Add sql model

commit c0c38e3642452fa270b4490cd12836792154d3e7
Author: Buddhi Ayesha 
Date:   2017-06-08T13:01:42Z

Implement CalciteConnection

commit 30a9ac5ace14f5ff774c81ac0a20cdcee85ddba5
Author: Buddhi Ayesha 
Date:   2017-06-08T13:06:24Z

Update getLogicalPlan()

commit e37978998ebb2095b47f8644bfec943b2575ee96
Author: Buddhi Ayesha 
Date:   2017-06-08T14:09:21Z

Remove null values

commit 9a1a7c2483c8f2d55f0d1d777d1ac2fb0ebc4c74
Author: Buddhi Ayesha 
Date:   2017-06-14T19:27:53Z

Add SQLNode for test purpose

commit 00430fd8990396e598423a249de455dd60a96b58
Author: Buddhi Ayesha 
Date:   2017-06-17T09:08:39Z

Add StreamQueryPlanner class

commit 83d85783d19a15dfa5be40c2af8ada35ea6758f7
Author: Buddhi Ayesha 
Date:   2017-06-17T09:14:06Z

Add framework configuration

commit 4a22d8ac95ca12893bc23187901c32d0e71ec8c2
Author: Buddhi Ayesha 
Date:   2017-06-17T09:32:58Z

Add calcite sql validator

commit e1c16163bba80308d35ba24d6114a14d4e7c9b71
Author: Buddhi Ayesha 
Date:   2017-06-17T09:33:38Z

Add logical plan

commit f24411c7615d5c978ae120a7eb66f8177d324350
Author: Buddhi Ayesha 
Date:   2017-06-21T14:34:37Z

Add calcite sql test class

commit 7585b5b3b8104808c0edd5ea4c3a4853f7669d48
Author: Buddhi Ayesha 
Date:   2017-06-24T09:40:22Z

Add apache license

commit d089902ca3aab142cadd046c87153700ffd09e13
Author: manuzhang 
Date:   2017-07-09T00:17:21Z

Add sql project

commit e4c33004bfaf37c9fa39b45bede439bbadffa8cf
Author: manuzhang 
Date:   2017-07-26T03:04:06Z

[GEARPUMP-217] Merge master into sql branch

Author: manuzhang 
Author: darionyaphet 
Author: huafengw 

Closes #201 from manuzhang/master.

commit e04df0dddb9d45cced5b3587ee61caf7e25bbcbd
Author: manuzhang 
Date:   2017-08-02T11:03:36Z

Merge master into sql

Author: manuzhang 
Author: huafengw 
Author: darionyaphet 

Closes #206 from manuzhang/merge_master_into_sql.

commit 54686e0e28efcca4901fe06589d2736daad2e606
Author: Buddhi Ayesha 
Date:   2017-08-19T00:24:49Z

[GEARPUMP-217] Add Gearpump rel, rule and examples.

Author: Buddhi Ayesha 
Author: Buddhi Rathnayaka 

Closes #217 from buddhiayesha2015/upstream_sql.

commit 1cf87bf77cac2d10614a8c3c7b0758071d4cd7cc
Author: manuzhang 
Date:   2017-08-19T11:57:23Z

[GEARPUMP-217] Merge master into sql branch

Author: manuzhang 
Author: huafengw 
Author: darionyaphet 

Closes #218 from manuzhang/sync_master.

commit 4bef303a389d2b454d26ece0129c5685d5876aa5
Author: Buddhi Ayesha 
Date:   2017-08-24T05:30:32Z

[GEARPUMP-217] Remove irrelevant files, Update README.md

Author: Buddhi Ayesha 

Closes #219 from buddhiayesha2015/sql.




---
If your project is set up for it, you can reply to this email and have your
reply appear

[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147267#comment-16147267
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/221


> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147228#comment-16147228
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user huafengw commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
+1


> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147186#comment-16147186
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
R: @huafengw 


> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147166#comment-16147166
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/221
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/221?src=pr&el=h1)
 Report
> Merging 
[#221](https://codecov.io/gh/apache/incubator-gearpump/pull/221?src=pr&el=desc) 
into 
[master](https://codecov.io/gh/apache/incubator-gearpump/commit/f75fb19c78ff7e04bfdb9727bd8bf6e08bc4d1e8?src=pr&el=desc)
 will **increase** coverage by `0.21%`.
> The diff coverage is `n/a`.



```diff
@@Coverage Diff @@
##   master #221  +/-   ##
==
+ Coverage   68.91%   69.12%   +0.21% 
==
  Files 191  191  
  Lines6103 6103  
  Branches  362  362  
==
+ Hits 4206 4219  +13 
+ Misses   1897 1884  -13
```




> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147151#comment-16147151
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/221

[GEARPUMP-217] Merge sql branch into master

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/manuzhang/incubator-gearpump 
merge_sql_into_master

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

https://github.com/apache/incubator-gearpump/pull/221.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 #221


commit b844cecfe19ff7aa49b7261b75d4f182c2e1eee7
Author: Buddhi Ayesha 
Date:   2017-05-27T13:50:00Z

Add Readme

commit 2fd23fb1192b93d9de5eb6a338b770e6a1c8390d
Author: Buddhi Ayesha 
Date:   2017-06-01T15:55:27Z

Add Connection class

commit 52d0f602c0031ea3a4a8770f151a6e9a30e616f1
Author: Buddhi Ayesha 
Date:   2017-06-02T03:57:21Z

Add pom.xml

commit c324bdd07a8f334d086cd176b437b34bea4b456e
Author: Buddhi Ayesha 
Date:   2017-06-02T03:59:53Z

Add unit testing for getting a logical plan.

commit 8dba2fd682ee0de6e85754b311a26e05ac0dabf8
Author: Buddhi Ayesha 
Date:   2017-06-02T04:58:26Z

Add transactions model.

commit 5512b496988f19cf3f6dda2442250decef1e4406
Author: Buddhi Ayesha 
Date:   2017-06-02T04:59:19Z

Add log4j properties

commit 54726945b42c69cb991510131e04074f3edca520
Author: Buddhi Ayesha 
Date:   2017-06-02T05:03:30Z

Implement Connection class

commit 13b5fa563de02c44b7a4b0965108a3ff3fd84edb
Author: Buddhi Ayesha 
Date:   2017-06-02T05:08:53Z

Add simple query planner

commit 6dadc40999163365f7da1ce908ccf716640ec818
Author: Buddhi Ayesha 
Date:   2017-06-02T05:53:54Z

Add sql model

commit 2ab90218a5105e19da02e04080dcb28ba81eea6d
Author: Buddhi Ayesha 
Date:   2017-06-08T13:01:42Z

Implement CalciteConnection

commit 012a3c0d3081a9c8fb5b6145b86f1435a26a9b0e
Author: Buddhi Ayesha 
Date:   2017-06-08T13:06:24Z

Update getLogicalPlan()

commit 50985140e3cd6449a1956c5daee8cbc1e3ddf265
Author: Buddhi Ayesha 
Date:   2017-06-08T14:09:21Z

Remove null values

commit a90723ab7c6a01a54fa64abaaa237aedefc58afc
Author: Buddhi Ayesha 
Date:   2017-06-14T19:27:53Z

Add SQLNode for test purpose

commit c3d5b0e358262813dfddd5f3759e2af935a60782
Author: Buddhi Ayesha 
Date:   2017-06-17T09:08:39Z

Add StreamQueryPlanner class

commit 4b7dc7485e131bb424a982477d448b8685523942
Author: Buddhi Ayesha 
Date:   2017-06-17T09:14:06Z

Add framework configuration

commit dcf792cc50db9f05925d2ae4a7e2144584d86e0e
Author: Buddhi Ayesha 
Date:   2017-06-17T09:32:58Z

Add calcite sql validator

commit 5d719bd9605e89875748547106411f874dc287be
Author: Buddhi Ayesha 
Date:   2017-06-17T09:33:38Z

Add logical plan

commit f090b7d6107dd9ace97fd283ee8a419036cf4d03
Author: Buddhi Ayesha 
Date:   2017-06-21T14:34:37Z

Add calcite sql test class

commit 9fb6f7735d4fbe97e6a44a7fb4524cfe020af429
Author: Buddhi Ayesha 
Date:   2017-06-24T09:40:22Z

Add apache license

commit 9b750feb74f918955107a394ba3be2d564bbc966
Author: manuzhang 
Date:   2017-07-09T00:17:21Z

Add sql project

commit 6edd19e60086f25d76210a1508c6aacc3648775c
Author: Buddhi Ayesha 
Date:   2017-08-19T00:24:49Z

[GEARPUMP-217] Add Gearpump rel, rule and examples.

Author: Buddhi Ayesha 
Author: Buddhi Rathnayaka 

Closes #217 from buddhiayesha2015/upstream_sql.

commit dcf5273be7a8780faa5d5aa6dea276e1b9d826d6
Author: Buddhi Ayesha 
Date:   2017-08-24T05:30:32Z

[GEARPUMP-217] Remove irrelevant files, Update README.md

Author: Buddhi Ayesha 

Closes #219 from buddhiayesha2015/sql.




> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to 

[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147134#comment-16147134
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user manuzhang closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/220


> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-08-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147125#comment-16147125
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/220

[GEARPUMP-217] Merge sql branch into master

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/apache/incubator-gearpump sql

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

https://github.com/apache/incubator-gearpump/pull/220.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 #220


commit 1dd9d8fc45bbfbda16f38320e66fe3f75434bd0d
Author: Buddhi Ayesha 
Date:   2017-05-27T13:50:00Z

Add Readme

commit 6f1e1823d4c7fbbbca8dd48e755ee0fe3bf8c9d8
Author: Buddhi Ayesha 
Date:   2017-06-01T15:55:27Z

Add Connection class

commit 0219d0b362a13d4d0cae0db35af575ea91534090
Author: Buddhi Ayesha 
Date:   2017-06-02T03:57:21Z

Add pom.xml

commit 1f30ec34a2ef85b37db44868847d473854148714
Author: Buddhi Ayesha 
Date:   2017-06-02T03:59:53Z

Add unit testing for getting a logical plan.

commit 2b2a7e76df9084f61c343e6f9890b90721d7689e
Author: Buddhi Ayesha 
Date:   2017-06-02T04:58:26Z

Add transactions model.

commit eb3caec968f55a471950b6acf9044fe4808d2b84
Author: Buddhi Ayesha 
Date:   2017-06-02T04:59:19Z

Add log4j properties

commit 156bfd087331f57af339d6305c67046a874ff866
Author: Buddhi Ayesha 
Date:   2017-06-02T05:03:30Z

Implement Connection class

commit 7e9cf0d3c06ae17b64016f814d1792a1014b30d6
Author: Buddhi Ayesha 
Date:   2017-06-02T05:08:53Z

Add simple query planner

commit feaf04bb4f882266265626d9b2d1552b7ee471c1
Author: Buddhi Ayesha 
Date:   2017-06-02T05:53:54Z

Add sql model

commit c0c38e3642452fa270b4490cd12836792154d3e7
Author: Buddhi Ayesha 
Date:   2017-06-08T13:01:42Z

Implement CalciteConnection

commit 30a9ac5ace14f5ff774c81ac0a20cdcee85ddba5
Author: Buddhi Ayesha 
Date:   2017-06-08T13:06:24Z

Update getLogicalPlan()

commit e37978998ebb2095b47f8644bfec943b2575ee96
Author: Buddhi Ayesha 
Date:   2017-06-08T14:09:21Z

Remove null values

commit 9a1a7c2483c8f2d55f0d1d777d1ac2fb0ebc4c74
Author: Buddhi Ayesha 
Date:   2017-06-14T19:27:53Z

Add SQLNode for test purpose

commit 00430fd8990396e598423a249de455dd60a96b58
Author: Buddhi Ayesha 
Date:   2017-06-17T09:08:39Z

Add StreamQueryPlanner class

commit 83d85783d19a15dfa5be40c2af8ada35ea6758f7
Author: Buddhi Ayesha 
Date:   2017-06-17T09:14:06Z

Add framework configuration

commit 4a22d8ac95ca12893bc23187901c32d0e71ec8c2
Author: Buddhi Ayesha 
Date:   2017-06-17T09:32:58Z

Add calcite sql validator

commit e1c16163bba80308d35ba24d6114a14d4e7c9b71
Author: Buddhi Ayesha 
Date:   2017-06-17T09:33:38Z

Add logical plan

commit f24411c7615d5c978ae120a7eb66f8177d324350
Author: Buddhi Ayesha 
Date:   2017-06-21T14:34:37Z

Add calcite sql test class

commit 7585b5b3b8104808c0edd5ea4c3a4853f7669d48
Author: Buddhi Ayesha 
Date:   2017-06-24T09:40:22Z

Add apache license

commit d089902ca3aab142cadd046c87153700ffd09e13
Author: manuzhang 
Date:   2017-07-09T00:17:21Z

Add sql project

commit e4c33004bfaf37c9fa39b45bede439bbadffa8cf
Author: manuzhang 
Date:   2017-07-26T03:04:06Z

[GEARPUMP-217] Merge master into sql branch

Author: manuzhang 
Author: darionyaphet 
Author: huafengw 

Closes #201 from manuzhang/master.

commit e04df0dddb9d45cced5b3587ee61caf7e25bbcbd
Author: manuzhang 
Date:   2017-08-02T11:03:36Z

Merge master into sql

Author: manuzhang 
Author: huafengw 
Author: darionyaphet 

Closes #206 from manuzhang/merge_master_into_sql.

commit 54686e0e28efcca4901fe06589d2736daad2e606
Author: Buddhi Ayesha 
Date:   2017-08-19T00:24:49Z

[GEARPUMP-217] Add Gearpump rel, rule and examples.

Author: Buddhi Ayesha 
Author: Buddhi Rathnayaka 

Closes #217 from buddhiayesha2015/upstream_sql.

commit 1cf87bf77cac2d10614a8c3c7b0758071d4cd7cc
Author: manuzhang 
Date:   2017-08-19T11:57:23Z

[GEARPUMP-217] Merge master into sql branch

Author: manuzhang 
Author: huafengw 
Author: darionyaphet 

Closes #218 from manuzhang/sync_master.

commit 4bef303a389d2b454d26ece0129c5685d5876aa5
Author: Buddhi Ayesha 
Date:   2