GitHub user nickpan47 opened a pull request:
https://github.com/apache/samza/pull/23
Samza 1051
Merged all changes from operator APIs and added interface stability
annotation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickpan47/samza SAMZA-1051
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/23.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 #23
----
commit d4861df4d4cd37f2d5ddc2db5e3158426de4139c
Author: Yi Pan <[email protected]>
Date: 2015-02-12T22:27:29Z
SAMZA-482; create samza-sql module, and add a basic set of non-functional
operators into it
commit 6a40d5a9a55605d783fe8e34643207acea1dc433
Author: Navina Ramesh <[email protected]>
Date: 2015-02-12T22:30:04Z
SAMZA-484; define serialization for tuples in samza-sql
commit 78d2fedb6136c9b923876e41329d96405f934846
Author: Milinda Lakmal Pathirage <[email protected]>
Date: 2015-02-13T21:25:08Z
SAMZA-483; begin samza calcite integration
commit c8da3e3b5269a69dd3760f163a091a3b8c918f9f
Author: Chris Riccomini <[email protected]>
Date: 2015-02-24T17:39:09Z
Merge branch 'master' into samza-sql
commit 91c0542e8eee7582a08ff028333202122597a94e
Author: Milinda Lakmal Pathirage <[email protected]>
Date: 2015-02-26T00:52:41Z
SAMZA-575; add an AvroData serde
commit 2239ba5f56b283336ee8655c0d8b59f6cde74458
Author: Milinda Lakmal Pathirage <[email protected]>
Date: 2015-03-02T00:11:01Z
SAMZA-582; add an avro to calcite schema converter
commit 7267ad37d5b0169ba10ec3b847a36999b993b18b
Author: Chris Riccomini <[email protected]>
Date: 2015-03-02T00:11:04Z
Merge branch 'master' into samza-sql
commit 1b66a91b4772266394b93ed807e9c940151243f9
Author: Chris Riccomini <[email protected]>
Date: 2015-04-07T23:20:01Z
Merge branch 'master' into samza-sql
commit 434b1936c706d289e9382b3ddad4de3f2d416b4c
Author: Chris Riccomini <[email protected]>
Date: 2015-04-08T17:12:02Z
Merge branch 'master' into samza-sql
commit f8309b2a61094d7e7b2d56651bf998ae05cc3e34
Author: Milinda L. Pathirage <[email protected]>
Date: 2015-04-14T21:38:51Z
SAMZA-648: separate samza-sql-core and samza-sql-calcite: step 1: move
samza-sql to samza-sql-core
commit 5589edecffb01c1d493556613bf9e955c88b6861
Author: Renato MarroquÃn Mogrovejo <[email protected]>
Date: 2015-04-09T22:00:38Z
SAMZA-540: Expose checkpointed offset in OffsetManager
commit 233837e55907dfe3e5dba4b2db6efb642b68876d
Author: Yan Fang <[email protected]>
Date: 2015-04-09T22:03:49Z
SAMZA-629: add instructions for upgrading websites when releasing new
version
commit bf5af142fe71441779af0bc8ad83874143dc322a
Author: Jakob Homan <[email protected]>
Date: 2015-04-10T19:51:53Z
SAMZA-646: Remove support for JDK6
commit f44f8dac253eb34348140b5449a2f6a5b29b20db
Author: Yi Pan <[email protected]>
Date: 2015-04-13T17:46:31Z
SAMZA-608; don't hange on serde errors in system consumers
commit bc5833b0dfa146be5dc50db205350a9f372c17c8
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2015-04-14T17:57:36Z
Update committer list
commit 46a6de437202b199273c0602ac15db515a6040b9
Author: Milinda L. Pathirage <[email protected]>
Date: 2015-04-15T20:36:50Z
SAMZA-649 Move SQL front end files depending on Calcite to samza-sql-calcite
commit b47e47fd7fdc57b3914a6258135185cdbfcdab46
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2015-05-01T23:12:27Z
SAMZA-659 Fix samza-sql branch build failure
commit 41c4cd0124b21a49bf92cc73ac2a5acd1b21712f
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2015-05-16T02:02:34Z
SAMZA-552 update operator APIs
commit 45b854772cf36cc69e8d8cda7a51bce1be5fe576
Author: Navina <[email protected]>
Date: 2015-05-29T01:51:30Z
Yi's TopologyBuilder RB 34500
commit ebecbf2de48ec183ce836941d29d798b6297db61
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2015-06-02T05:51:33Z
Revert accidental check-in of "TopologyBuilder RB 34500"
This reverts commit 45b854772cf36cc69e8d8cda7a51bce1be5fe576.
commit 3415909db054968a94e619dac86d43e599be2d17
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-02-02T00:18:46Z
Merge branch 'master' into samza-sql
Conflicts:
bin/check-all.sh
build.gradle
docs/README.md
docs/community/committers.md
docs/startup/hello-samza/versioned/index.md
gradle/dependency-versions.gradle
samza-core/src/main/scala/org/apache/samza/checkpoint/OffsetManager.scala
samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
samza-core/src/test/scala/org/apache/samza/checkpoint/TestOffsetManager.scala
settings.gradle
commit fb4f12ed36030efb7f489e6f796e4dde2ae13a3d
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-02-02T00:31:26Z
Fixing merging issues to make samza-sql build
commit c500962912041a70553cb39cf02d6faba23c6b60
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-02-17T17:49:30Z
Merge branch 'master' into samza-sql
commit c6864d62385ac5250814ebcec42542556e921f41
Author: Yi Pan <[email protected]>
Date: 2016-03-23T19:50:58Z
SAMZA-908: fix samza-sql-calcite dependency issue
commit f29c61498d7db9360aab555bc71da065cf8f655c
Author: Yi Pan <[email protected]>
Date: 2016-03-24T18:16:08Z
SAMZA-907: allow conditional compilation on JDK8 source code in samza-sql-*
modules
commit fbdd76daada63e52575815737b9e5c1d4e787e71
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-10-04T21:56:14Z
SAMZA-914: Creating the fluent programming APIs w/ operators
commit adcd26678d3fb6ea632de7117bc40a9c4f343d59
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-10-22T04:27:28Z
SAMZA-915: implementation of operator classes
commit 1dac25e1750b7f3fefa72def855136801462494d
Author: vjagadish1989 <[email protected]>
Date: 2016-10-31T21:14:24Z
SAMZA-1045: Move classes from operator/api into samza-api
commit f02b80eacd1a85f466c84ac0509369a7dc3bad2e
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-11-22T06:11:33Z
SAMZA-1050: Make samza-operator independent of avro version
commit 1e474e42e2a3b5e572f9407fe5ec016b05f86f6d
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2016-11-22T07:03:02Z
SAMZA-1051: merge operator APIs to master
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---