-
Notifications
You must be signed in to change notification settings - Fork 18
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
Inject Product super to generated case classes #296
Conversation
Scio 0.14 default coders for generated classes are not found by IntelliJ if the IDE does not know the classes have Product super type
I think this should fix spotify/scio#5243 |
Tested on scio with spotify/scio#5274 |
} | ||
} yield defs | ||
|
||
result.toSeq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doubt this ever worked. This was returning a
List("def List(p1: Type1, p2: Type2) = ???")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, that does not seem helpful...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
} | ||
} yield defs | ||
|
||
result.toSeq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, that does not seem helpful...
Scio 0.14 default coders for generated classes are not found by IntelliJ if the IDE does not know the classes have Product super type