Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMZA-1970: Support for physical names in InMemorySystem #788

Closed
wants to merge 1 commit into from

Conversation

Sanil15
Copy link
Contributor

@Sanil15 Sanil15 commented Oct 31, 2018

if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows

@Sanil15
Copy link
Contributor Author

Sanil15 commented Oct 31, 2018

@vjagadish1989 please merge when you have time

@@ -45,7 +45,7 @@
}

public InMemoryOutputDescriptor withPhysicalName(String physicalName) {
withPhysicalName(physicalName);
super.withPhysicalName(physicalName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct me If i'm wrong here. Before this change, was this method going into a indefinite recursive call eventually running out of stack?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes if this is used, I mentioned this in a comment above

@asfgit asfgit closed this in d168618 Oct 31, 2018
asfgit pushed a commit that referenced this pull request Oct 31, 2018
if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows

Author: Sanil15 <sanil.jain15@gmail.com>

Reviewers: Jagadish<jagadish@apache.org>

Closes #788 from Sanil15/SAMZA-1970-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants