Results 20 issues of Julian Peeters

Hi again Sandy, Were you able to write avros successfully? Using this code in your simplesparkapp, I'm encountering an issue when trying to write avros in a Cloudera Quickstart VM...

Hi, thanks for this example. I copy/pasted code from this project into your simplesparkapp, and it worked for me (well, `parallelize` seemed to corrupt my avros but that's another story)....

Hi, I can't seem to control the log level when the logger is in a published macro. My project is similar to this one, except that it's developed as a...

enhancement

Currently protocol support is paltry, and simply generates separate files for the classes defined therein, whereas Java codegen generates an interface. Seems natural to represent the interface as a sealed...

1) consider adding `javaSource` so java files (e.g. Specific enum) can get custom output directories that make sense 2) Override settings may have a permanent output file in the custom...

like: https://github.com/julianpeeters/avro-scala-macro-annotations/pull/37/files

The `{}` in `ME last_meta_event = {};` results in `new ME(, , )`, which is incorrect. Check the behavior of Apache Avro Java compilation and conform to that as the...

Apache Avro uses Jackson internally, so Jackson was used in Avrohugger to handle default values. When avrohugger.input.filesorter package was introduced, it used spray-json. Should probably choose one and depend only...

``` name := "kafka-messages", avroScalaSource in Compile := file(name.value) ``` vs `avroScalaSource in Compile := ((ThisBuild / baseDirectory) in Compile)(_ / "kafka-messages").value` update: test, readme

Seeing an unexpected error in the scripted tests after merging conflicting #25 and #30, so I reverted #25 and will try #30 solo first. This means #25 must be resubmitted...