anew commented on code in PR #57722:
URL: https://github.com/apache/spark/pull/57722#discussion_r3723140105
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/util/SchemaInferenceUtils.scala:
##########
@@ -110,6 +184,19 @@ object SchemaInferenceUtils {
* 1. New columns that need to be added
* 2. Existing columns that need type updates
*
+ * Column identity is keyed on the exact field name, deliberately NOT on a
case-normalized one.
Review Comment:
reworded
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]