You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the source code present in osmarleandro/incubator-gobblin@8353b60 commit, I applied a single Push Down Method to convertRecord() method in AvroToJsonStringConverterBase class, and RefDiff yields multiple instances.
Can these multiples instances be a single instance, since the same method can not be pushed down more than one time in the same revision?
Summary
In the source code present in osmarleandro/incubator-gobblin@8353b60 commit, I applied a single Push Down Method to convertRecord() method in AvroToJsonStringConverterBase class, and RefDiff yields multiple instances.
Can these multiples instances be a single instance, since the same method can not be pushed down more than one time in the same revision?
Code example
Diff fragment between the commit osmarleandro/incubator-gobblin@8353b60 and their parent.
Environment details
RefDiff 2.0
Steps to reproduce
Actual results
Expected results
A single instance of the Push Down Method refactoring applied to convertRecord() method in AvroToJsonStringConverterBase class.
The text was updated successfully, but these errors were encountered: