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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to