> Filed https://issues.apache.org/jira/browse/HIVE-11396 ... > Just have an example table produced by ³export table² and file a HIVE >JIRA.
Can you attach an example table, since proper use of Hive cannot trigger this (the Schema on Read is what’s breaking). The safe way to write Hive data from a custom application is using the HCatalog Writer API, to avoid such schema mismatch issues. https://cwiki.apache.org/confluence/display/Hive/HCatalog Expect the next couple of releases of Hive-2.0 to break the side-load via direct HDFS access to a Hive managed table - but I’ll fix the “external table” case at least. Cheers, Gopal
