mghosh4 opened a new pull request #1130: URL: https://github.com/apache/hive/pull/1130
This PR fixes the bug HIVE-21709 -- https://issues.apache.org/jira/browse/HIVE-21709 Due to column order mismatch, Hive fails to parse parquet file with nested schema. The reason for the mismatch happens in these two files because using HashSet changes the order of the columns from the actual table definition. As a result we read wrong values for the wrong columns leading to the bug ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
