GitHub user Sanil15 opened a pull request:
https://github.com/apache/samza/pull/788
SAMZA-1970: Support for physical names in InMemorySystem
if super is not there, java compiles this to this.withPhysicalName which
results in StackOverflows
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Sanil15/samza SAMZA-1970-edit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/788.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 #788
----
commit c6904c981532b855c2cde91bc67a6d5361aa8eb5
Author: Sanil15 <sanil.jain15@...>
Date: 2018-10-31T03:08:01Z
if super is not there, java compiles this to this.withPhysicalName which
results in StackOverflows
----
---