Just a quick update from my side, early developmen...
# contribute-code
w
Just a quick update from my side, early development for ingesting delta lake metadata via deltashare is going well so far. However, I am running into a small problem and I´d like to some general advice on. I have a binary data type that I need to map to the avro schema classes. But the only type available in avro is binaryJsonSchema. Should I use that instead? Or should I add a new avro type? If the latter, where do I add it apart from
metadata-models/src/schema
?