[jira] [Commented] (SPARK-39929) DS V2 supports push down string functions(non ANSI)

2022-08-06 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-39929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576167#comment-17576167
 ] 

Apache Spark commented on SPARK-39929:
--

User 'zheniantoushipashi' has created a pull request for this issue:
https://github.com/apache/spark/pull/37427

> DS V2 supports push down string  functions(non ANSI)
> 
>
> Key: SPARK-39929
> URL: https://issues.apache.org/jira/browse/SPARK-39929
> Project: Spark
>  Issue Type: Sub-task
>  Components: SQL
>Affects Versions: 3.4.0
>Reporter: Sun BiaoBiao
>Priority: Major
>
> Currently, Spark have a lot string functions which is not defined in ANSI 
> standard.
> But these functions is commonly used.



--
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] [Commented] (SPARK-39929) DS V2 supports push down string functions(non ANSI)

2022-08-06 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-39929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576166#comment-17576166
 ] 

Apache Spark commented on SPARK-39929:
--

User 'zheniantoushipashi' has created a pull request for this issue:
https://github.com/apache/spark/pull/37427

> DS V2 supports push down string  functions(non ANSI)
> 
>
> Key: SPARK-39929
> URL: https://issues.apache.org/jira/browse/SPARK-39929
> Project: Spark
>  Issue Type: Sub-task
>  Components: SQL
>Affects Versions: 3.4.0
>Reporter: Sun BiaoBiao
>Priority: Major
>
> Currently, Spark have a lot string functions which is not defined in ANSI 
> standard.
> But these functions is commonly used.



--
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] [Commented] (SPARK-39929) DS V2 supports push down string functions(non ANSI)

2022-07-31 Thread Sun BiaoBiao (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-39929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17573529#comment-17573529
 ] 

Sun BiaoBiao commented on SPARK-39929:
--

||Function 
name||PostgreSQL||ClickHouse||H2||MySQL||Oracle||Redshift||Presto||Teradata||Snowflake||DB2||Vertica||Exasol||SqlServer||Yellowbrick||Impala||Mariadb||Druid||Pig||Singlestore||ElasticSearch||SQLite||Influxdata||Sybase||
|ascii| | | | | | | | | | | | | | | | | | | | | | | |
|char| | | | | | | | | | | | | | | | | | | | | | | |
|chr| | | | | | | | | | | | | | | | | | | | | | | |
|contains| | | | | | | | | | | | | | | | | | | | | | | |
|startswith| | | | | | | | | | | | | | | | | | | | | | | |
|endswith| | | | | | | | | | | | | | | | | | | | | | | |
|base64| | | | | | | | | | | | | | | | | | | | | | | |
|bit_length| | | | | | | | | | | | | | | | | | | | | | | |
|char_length| | | | | | | | | | | | | | | | | | | | | | | |
|character_length| | | | | | | | | | | | | | | | | | | | | | | |
|concat_ws| | | | | | | | | | | | | | | | | | | | | | | |
|decode| | | | | | | | | | | | | | | | | | | | | | | |
|elt| | | | | | | | | | | | | | | | | | | | | | | |
|encode| | | | | | | | | | | | | | | | | | | | | | | |
|find_in_set| | | | | | | | | | | | | | | | | | | | | | | |
|format_number| | | | | | | | | | | | | | | | | | | | | | | |
|format_string| | | | | | | | | | | | | | | | | | | | | | | |
|to_number| | | | | | | | | | | | | | | | | | | | | | | |
|try_to_number| | | | | | | | | | | | | | | | | | | | | | | |
|to_char| | | | | | | | | | | | | | | | | | | | | | | |
|get_json_object| | | | | | | | | | | | | | | | | | | | | | | |
|initcap| | | | | | | | | | | | | | | | | | | | | | | |
|instr| | | | | | | | | | | | | | | | | | | | | | | |
|lcase| | | | | | | | | | | | | | | | | | | | | | | |
|length| | | | | | | | | | | | | | | | | | | | | | | |
|levenshtein| | | | | | | | | | | | | | | | | | | | | | | |
|like| | | | | | | | | | | | | | | | | | | | | | | |
|ilike| | | | | | | | | | | | | | | | | | | | | | | |
|octet_length| | | | | | | | | | | | | | | | | | | | | | | |
|locate| | | | | | | | | | | | | | | | | | | | | | | |
|lpad| | | | | | | | | | | | | | | | | | | | | | | |
|ltrim| | | | | | | | | | | | | | | | | | | | | | | |
|json_tuple| | | | | | | | | | | | | | | | | | | | | | | |
|position| | | | | | | | | | | | | | | | | | | | | | | |
|printf| | | | | | | | | | | | | | | | | | | | | | | |
|regexp_extract| | | | | | | | | | | | | | | | | | | | | | | |
|regexp_extract_all| | | | | | | | | | | | | | | | | | | | | | | |
|regexp_replace| | | | | | | | | | | | | | | | | | | | | | | |
|repeat| | | | | | | | | | | | | | | | | | | | | | | |
|replace| | | | | | | | | | | | | | | | | | | | | | | |
|overlay| | | | | | | | | | | | | | | | | | | | | | | |
|rlike| | | | | | | | | | | | | | | | | | | | | | | |
|regexp_like| | | | | | | | | | | | | | | | | | | | | | | |
|regexp| | | | | | | | | | | | | | | | | | | | | | | |
|rpad| | | | | | | | | | | | | | | | | | | | | | | |
|rtrim| | | | | | | | | | | | | | | | | | | | | | | |
|sentences| | | | | | | | | | | | | | | | | | | | | | | |
|soundex| | | | | | | | | | | | | | | | | | | | | | | |
|space| | | | | | | | | | | | | | | | | | | | | | | |
|split| | | | | | | | | | | | | | | | | | | | | | | |
|split_part| | | | | | | | | | | | | | | | | | | | | | | |
|substr| | | | | | | | | | | | | | | | | | | | | | | |
|substring| | | | | | | | | | | | | | | | | | | | | | | |
|left| | | | | | | | | | | | | | | | | | | | | | | |
|right| | | | | | | | | | | | | | | | | | | | | | | |
|substring_index| | | | | | | | | | | | | | | | | | | | | | | |
|translate| | | | | | | | | | | | | | | | | | | | | | | |
|translate| | | | | | | | | | | | | | | | | | | | | | | |
|btrim| | | | | | | | | | | | | | | | | | | | | | | |

> DS V2 supports push down string  functions(non ANSI)
> 
>
> Key: SPARK-39929
> URL: https://issues.apache.org/jira/browse/SPARK-39929
> Project: Spark
>  Issue Type: Sub-task
>  Components: SQL
>Affects Versions: 3.4.0
>Reporter: Sun BiaoBiao
>Priority: Major
>
> Currently, Spark have a lot string functions which is not defined in ANSI 
> standard.
> But these functions is commonly used.



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