You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/29 00:27:14 UTC

[GitHub] [spark] xkrogen commented on pull request #38712: [WIP][SPARK-41271][SQL] Parameterized SQL queries

xkrogen commented on PR #38712:
URL: https://github.com/apache/spark/pull/38712#issuecomment-1329917869

   Can you provide more information on how this proposal compares to the behavior of other popular SQL dialects (e.g. ANSI, Postgres, MySQL, Trino, HiveQL, Snowflake)? One thing that stands out to me is that this PR only supports named parameters; I think positional parameters are more common? For example AFAIK JDBC only supports positional parameters ([ref](https://docs.oracle.com/javase/tutorial/jdbc/basics/prepared.html)).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org