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

Fix parsing of non-string environment for DDC #2847

Merged
merged 4 commits into from Sep 30, 2020
Merged

Conversation

natebosch
Copy link
Member

No description provided.

Since we parse to a `Map<String, String>` if the yaml contained
non-String values it would fail. Eagerly convert to String values since
these flow through String arguments when sent to the worker.
@googlebot googlebot added the cla: yes Google is happy with the PR contributors label Sep 29, 2020
@natebosch
Copy link
Member Author

This is a followup to #2846. The diff will be smaller after that is merged.

@natebosch natebosch changed the title Allow bool vars Fix parsing of non-string environment for DDC Sep 30, 2020
@natebosch natebosch merged commit 9edeee7 into master Sep 30, 2020
@natebosch natebosch deleted the allow-bool-vars branch September 30, 2020 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google is happy with the PR contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants