hortonworks / hive-json

A rough prototype of a tool for discovering Apache Hive schemas from JSON documents.
42 stars 32 forks source link

ordering different from source file #6

Open havnar opened 9 years ago

havnar commented 9 years ago

When converting some json files (in my case twitter json) the tool reorders the data.

i.e. input = (A, B[1,2,3,4], C , D) output = (D, C, A, B[4,1,2,3])

omalley commented 8 years ago

What type is causing a problem? The tool will sort the fields of structs by their name.