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

Guillaume Massé updated CALCITE-5806:
-------------------------------------
    Summary: add a String data type (enabled in Apache Spark and BigQuery)  
(was: add a String data type)

> add a String data type (enabled in Apache Spark and BigQuery)
> -------------------------------------------------------------
>
>                 Key: CALCITE-5806
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5806
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.34.0
>            Reporter: Guillaume Massé
>            Priority: Minor
>
> Apache Spark as a String data type:
> [https://spark.apache.org/docs/latest/sql-ref-datatypes.html]
>  
> {code:java}
>  spark.sql("select concat(cast(1 as string), 'b') as out").show
> +---+
> |out|
> +---+
> | 1b|
> +---+ {code}
> I would like to be able to parse & validate this query.
>  
>  
> https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#string_type



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to