Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/14215
I see, yes I will think of a better way to fix the message. Yea it is still
happening across other data sources and this implementation is very specific to
Parquet.
I just wonder we can implement them step by step. Actually, I kind of put
possible generalized things in `ParquetSchemaCompatibilit`. For example, ORC is
doing very similarly with Parquet,
[HiveInspectors.scala#L630-L649](https://github.com/apache/spark/blob/4f869f88ee96fa57be79f972f218111b6feac67f/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveInspectors.scala#L630-L649).
I just want to do this bit by bit rather than changing a bunch of codes..
BTW, does that look okay anyway (I mean converting the value before setting
the value to the row).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]