You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "srielau (via GitHub)" <gi...@apache.org> on 2023/04/18 17:28:18 UTC

[GitHub] [spark] srielau commented on pull request #40768: [SPARK-43119][SQL] Support Get SQL Keywords Dynamically Thru JDBC API and TVF

srielau commented on PR #40768:
URL: https://github.com/apache/spark/pull/40768#issuecomment-1513550564

   > @srielau how do you think of this new TVF `sql_keywords`?
   > 
   > ```
   > @ExpressionDescription(
   >   usage = """_FUNC_() - Get Spark SQL keywords""",
   >   examples = """
   >     Examples:
   >       > SELECT * FROM _FUNC_() LIMIT 2;
   >        ADD  false
   >        AFTER  false
   >   """,
   >   since = "3.5.0",
   >   group = "generator_funcs")
   > ```
   
   I'm not opposed to it. What is the reference to JDBC compliance? 


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