Punit Naik

Results 13 comments of Punit Naik

@kennyjwilli Any updates/pointers on this?

@kennyjwilli Okay, I'll keep this one open for now then.

My `datomic-schema-from-composite-spec` internally uses `datomic-schema` function. One can still use the `datomic-schema` function directly by saying `(datomic-schema (split-composite-spec ::user))`. Here the `split-composite-spec` is doing the job of `with-map-keys`. It will...

Thanks for the clarification. But I still did not understand the case for using generators. Is it because if there are multiple levels of compositions in a spec i.e. if...

@kennyjwilli Instead of using the generator approach, I walked through the form/description of the composite spec and basically merged all the optional keys of a component spec into the required...

@sparkofreason So sorry, just saw your code. Looks like You and me are following the same approach.

@kennyjwilli Will be omitting the atom to make the code more idiomatic. As for the `with-map-keys` function, I thought of overloading it with another `schema-override-map` param as I thought the...

@kennyjwilli Please take a look at #14 for the updated code.

Okay. But this does not really help me as my DBF files are in hdfs. I want to read them from there.