Skip to content

Add namespace to TestRecord enum & fixed (fix compile in circleci?) #166

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

Merged

Conversation

anne-decusatis
Copy link
Contributor

Sometimes these are generated without a namespace
Then, we fail to compile because of this Scala bug: scala/bug#4071
We can make sure it gets generated with a namespace by specifying namespace
this is valid avro per https://avro.apache.org/docs/current/spec.html#Enums

Sometimes these are generated without a namespace
Then, we fail to compile because of this Scala bug: scala/bug#4071
We can make sure it gets generated with a namespace by specifying namespace
this is valid avro per https://avro.apache.org/docs/current/spec.html#Enums
@anne-decusatis
Copy link
Contributor Author

merging this myself because I meant to put these on the same branch & couldn't figure out how to get git working appropriately without this PR :(

@anne-decusatis anne-decusatis merged commit b69aaaf into spotify:anne-decusatis/circleci Aug 21, 2019
anne-decusatis added a commit that referenced this pull request Aug 23, 2019
* First pass at CircleCI config.yml 

based on bits of Scio's config.yml

* Remove the invalid(?) yaml & and *

* Define jobs outside of build workflow

* Fix line breaks in sbt command definition

* Remove Travis build

* Add namespace to TestRecord enum & fixed (#166)

Sometimes these are generated without a namespace
Then, we fail to compile because of this Scala bug: scala/bug#4071
We can make sure it gets generated with a namespace by specifying namespace
this is valid avro per https://avro.apache.org/docs/current/spec.html#Enums
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.

1 participant