[
https://issues.apache.org/jira/browse/SPARK-51518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Tenedorio reopened SPARK-51518:
--------------------------------------
Reopening to incorporate the fix to update this Spark version to 4.2:
{code:scala}
val SINGLE_CHARACTER_PIPE_OPERATOR_ENABLED =
buildConf("spark.sql.parser.singleCharacterPipeOperator.enabled")
.doc("When true, the single character pipe token '|' can be used as an
alternative to '|>' " +
"for SQL pipe operators. When false, only '|>' is recognized as a pipe
operator, and '|' " +
"is only used for bitwise OR operations. This provides syntax compatibility
with other " +
"languages like Splunk SPL and Kusto that use '|' for pipe operations.")
.version("4.1.0")
{code}
> Support | as an alternative to |> for the operator pipe token
> ---------------------------------------------------------------
>
> Key: SPARK-51518
> URL: https://issues.apache.org/jira/browse/SPARK-51518
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 4.2.0
> Reporter: Daniel Tenedorio
> Assignee: Daniel Tenedorio
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.2.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]