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

chart: add default theme to JsonCodec parsing. #1693

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

manolama
Copy link
Contributor

The old scala 2.12 code did not serialize the theme in the v2.json graph metadata. For Core, they're using Spark to emit data in V2 then parsing it with the latest Atlas code. This will fix the issue for them.

The old scala 2.12 code did not serialize the theme in the v2.json graph metadata. For Core,
they're using Spark to emit data in V2 then parsing it with the latest Atlas code. This will
fix the issue for them.
@manolama manolama merged commit b02bc9d into Netflix:main Sep 20, 2024
5 checks passed
@brharrington brharrington added this to the 1.8.0 milestone Sep 20, 2024
test("rendering hint: none") {
val gdef = graphDef(Set.empty)
val str = JsonCodec.encode(gdef)
System.out.println(str)
Copy link
Contributor

Choose a reason for hiding this comment

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

The println should get removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants