Add SQL pipe syntax to Presto #25366
Unanswered
aditi-pandit
asked this question in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQL pipe syntax was recently introduced in Spark 4.0 https://spark.apache.org/docs/latest/sql-pipe-syntax.html and https://www.databricks.com/blog/sql-gets-easier-announcing-new-pipe-syntax
What do folks think about adding this to Presto as well ?
https://issues.apache.org/jira/browse/SPARK-49555 gives an overview of the Spark implementation. We could follow similar steps for Presto as well. The work would be in parser, astBuilder, RelationPlanner layers in Presto.
Beta Was this translation helpful? Give feedback.
All reactions