[ https://issues.apache.org/jira/browse/SPARK-49926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mihailo Milosevic updated SPARK-49926: -------------------------------------- Description: Currently spark uses default collation for all STRING type occurrences in SQL. We want to limit this to only DML statements (top level UPDATE, DELETE, INSERT, MERGE). This ticket makes sure that CREATE or ALTER of a TABLE, VIEW, or FUNCTION do not get affected by the default session collation. > Fix STRING type meaning in CREATE/ALTER commands with session level default > collation > ------------------------------------------------------------------------------------- > > Key: SPARK-49926 > URL: https://issues.apache.org/jira/browse/SPARK-49926 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 4.0.0 > Reporter: Mihailo Milosevic > Priority: Major > > Currently spark uses default collation for all STRING type occurrences in > SQL. We want to limit this to only DML statements (top level UPDATE, DELETE, > INSERT, MERGE). This ticket makes sure that CREATE or ALTER of a TABLE, VIEW, > or FUNCTION do not get affected by the default session collation. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org