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

[Bug]: Parse YAML ExpansionService configs directly using SnakeYAML #31405

Closed
1 of 16 tasks
chamikaramj opened this issue May 25, 2024 · 0 comments · Fixed by #31406
Closed
1 of 16 tasks

[Bug]: Parse YAML ExpansionService configs directly using SnakeYAML #31405

chamikaramj opened this issue May 25, 2024 · 0 comments · Fixed by #31406
Assignees

Comments

@chamikaramj
Copy link
Contributor

What happened?

Currently, YAML ExpansionService config files are parsed using the Jackson YAML binding (which uses SnakeYAML underneath).

But it seems like the versions of Jackson and SnakeYAML used by Beam conflict with each other causing a failure.

To address this we could directly parse YAML files using SnakeYAML.

Upgrading Jackson might be a fix as well but this is more involved.

There's more info here: #26743 (comment)

Issue Priority

Priority: 1 (data loss / total loss of function)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant