hangxie/parquet-tools

Import using JSON schema

hangxie opened this issue · 2 comments

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.

Probably only a subset of JSON schema, eg things like anyof or not cannot be supported.

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