This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
What am I doing wrong? #35
Comments
That error suggests that the macro is not expanding, but I can't see why that would be. What does your build file look like? Are you using an IDE? I've not personally tested this in IDEs, and I hear that sometimes they have trouble with macros, but kinda just guessing here. |
Hi Julian - thanks for the response. I am using Intellij with Maven. Build and dependencies are below:
|
Look to have solved this by deleting all my scala libraries from maven repository and re-importing them. The code compiles now but Intellij just still mark them red. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry if this is not the appropriate forum, but I have some questions surrounding your library that Im really struggling with - I'm new to Avro and Scala so forgive me if I'm missing the obvious.
I have a simple Avro Schema Asof.avsc generated by another system for me to supply them avro files in this schema. My assumption from reading your docs, would be to use something along the lines of whats shown in AvroTypeProviderExample. But when I do that, get compile errors.
Asof.avsc:
my code:
I'm using scala 2.10 and appropriate version on your lib with that - can you please advise what I am doing wrong here?
The text was updated successfully, but these errors were encountered: