[ 
https://issues.apache.org/jira/browse/SPARK-29103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-29103:
---------------------------------
    Priority: Blocker  (was: Major)

> CheckAnalysis for data source V2 ALTER TABLE ignores case sensitivity
> ---------------------------------------------------------------------
>
>                 Key: SPARK-29103
>                 URL: https://issues.apache.org/jira/browse/SPARK-29103
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Jose Torres
>            Priority: Blocker
>
> For each column referenced, we run
> ```val field = table.schema.findNestedField(fieldName, includeCollections = 
> true)```
> and fail analysis if the field isn't there. This check is always 
> case-sensitive on column names, even if the underlying catalog is case 
> insensitive, so it will sometimes throw on ALTER operations which the catalog 
> supports.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to