[jira] [Updated] (SPARK-47102) Add COLLATION_ENABLED config flag

2024-02-23 Thread Mihailo Milosevic (Jira)


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

Mihailo Milosevic updated SPARK-47102:
--
Description: 
*What changes were proposed in this pull request?*
This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
class `COLLATION_SUPPORT_NOT_ENABLED` to appropriately report error on usage of 
feature under development. 

*Why are the changes needed?*
We want to make collations configurable on this flag. These changes disable 
usage of `collate` and `collation` functions, along with any `COLLATE` syntax 
when the flag is set to false. By default, the flag is set to false.

  was:
*What changes were proposed in this pull request?*
This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
feature under development. 

*Why are the changes needed?*
We want to make collations configurable on this some flag. These changes 
disable usage of `collate` and `collation` functions, along with any `COLLATE` 
syntax when the flag is set to false. By default, the flag is set to false.


> Add COLLATION_ENABLED config flag
> -
>
> Key: SPARK-47102
> URL: https://issues.apache.org/jira/browse/SPARK-47102
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 4.0.0
>Reporter: Mihailo Milosevic
>Priority: Major
>  Labels: pull-request-available
>
> *What changes were proposed in this pull request?*
> This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
> class `COLLATION_SUPPORT_NOT_ENABLED` to appropriately report error on usage 
> of feature under development. 
> *Why are the changes needed?*
> We want to make collations configurable on this flag. These changes disable 
> usage of `collate` and `collation` functions, along with any `COLLATE` syntax 
> when the flag is set to false. By default, the flag is set to false.



--
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



[jira] [Updated] (SPARK-47102) Add COLLATION_ENABLED config flag

2024-02-22 Thread Mihailo Milosevic (Jira)


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

Mihailo Milosevic updated SPARK-47102:
--
Description: 
*What changes were proposed in this pull request?*
This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
feature under development. 

*Why are the changes needed?*
We want to make collations configurable on this some flag. These changes 
disable usage of `collate` and `collation` functions, along with any `COLLATE` 
syntax when the flag is set to false. By default, the flag is set to false.

  was:
### What changes were proposed in this pull request?
This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
feature under development. 

### Why are the changes needed?
We want to make collations configurable on this some flag. These changes 
disable usage of `collate` and `collation` functions, along with any `COLLATE` 
syntax when the flag is set to false. By default, the flag is set to false.


> Add COLLATION_ENABLED config flag
> -
>
> Key: SPARK-47102
> URL: https://issues.apache.org/jira/browse/SPARK-47102
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 4.0.0
>Reporter: Mihailo Milosevic
>Priority: Major
>  Labels: pull-request-available
>
> *What changes were proposed in this pull request?*
> This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
> class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
> feature under development. 
> *Why are the changes needed?*
> We want to make collations configurable on this some flag. These changes 
> disable usage of `collate` and `collation` functions, along with any 
> `COLLATE` syntax when the flag is set to false. By default, the flag is set 
> to false.



--
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



[jira] [Updated] (SPARK-47102) Add COLLATION_ENABLED config flag

2024-02-22 Thread Mihailo Milosevic (Jira)


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

Mihailo Milosevic updated SPARK-47102:
--
Description: 
### What changes were proposed in this pull request?
This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
feature under development. 

### Why are the changes needed?
We want to make collations configurable on this some flag. These changes 
disable usage of `collate` and `collation` functions, along with any `COLLATE` 
syntax when the flag is set to false. By default, the flag is set to false.

> Add COLLATION_ENABLED config flag
> -
>
> Key: SPARK-47102
> URL: https://issues.apache.org/jira/browse/SPARK-47102
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 4.0.0
>Reporter: Mihailo Milosevic
>Priority: Major
>  Labels: pull-request-available
>
> ### What changes were proposed in this pull request?
> This PR adds COLLATION_ENABLED config to `SQLConf` and introduces new error 
> class `COLLATION_SUPPORT_DISABLED` to appropriately report error on usage of 
> feature under development. 
> ### Why are the changes needed?
> We want to make collations configurable on this some flag. These changes 
> disable usage of `collate` and `collation` functions, along with any 
> `COLLATE` syntax when the flag is set to false. By default, the flag is set 
> to false.



--
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



[jira] [Updated] (SPARK-47102) Add COLLATION_ENABLED config flag

2024-02-22 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated SPARK-47102:
---
Labels: pull-request-available  (was: )

> Add COLLATION_ENABLED config flag
> -
>
> Key: SPARK-47102
> URL: https://issues.apache.org/jira/browse/SPARK-47102
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 4.0.0
>Reporter: Mihailo Milosevic
>Priority: Major
>  Labels: pull-request-available
>




--
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



[jira] [Updated] (SPARK-47102) Add COLLATION_ENABLED config flag

2024-02-20 Thread Stefan Kandic (Jira)


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

Stefan Kandic updated SPARK-47102:
--
Epic Link: SPARK-46830

> Add COLLATION_ENABLED config flag
> -
>
> Key: SPARK-47102
> URL: https://issues.apache.org/jira/browse/SPARK-47102
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 4.0.0
>Reporter: Mihailo Milosevic
>Priority: Major
>




--
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