deercreeklabs / lancaster

Apache Avro library for Clojure and ClojureScript
Other
60 stars 5 forks source link

fix pcf for namespaced records #11

Closed yanatan16 closed 3 years ago

yanatan16 commented 3 years ago

More namespace fixes. This one fixes the PCF for namespaced records. I added a test using the avro library to ensure that the l/pcf matches SchemaNormalization.parsingForm(). Then I fixed the namespace handling in pcf_utils.clj to handle namespaces correctly, including enclosing namespaces and java conversion.