dongjoon-hyun edited a comment on issue #27888: [SPARK-31116][SQL] Fix nested schema case-sensitivity in ParquetRowConverter URL: https://github.com/apache/spark/pull/27888#issuecomment-599432625 That's a correct behavior in `case-sensitive mode`, isn't it? Given the original schema `NAMED_STRUCT('lowercase', id, 'camelCase', id + 1) AS StructColumn`, `StructColumn` is matched and `LowerCase` and `camelcase` are not matched. So, the result is a struct with two `null` fields. Did I miss something? Do you have any other valid failure for `ORC`?
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
