Import using JSON schema
hangxie opened this issue · 2 comments
hangxie commented
This was mentioned by a friend, I think it's a useful feature as JSON schema is used more than schema file used by parquet-go.
I'm not sure if it is doable though, need to research a bit.
hangxie commented
Probably only a subset of JSON schema, eg things like anyof
or not
cannot be supported.
hangxie commented
I'm closing this for now as I still cannot find a good solution to deal with complicated JSON schema syntax, eg anyof
and nor