cloud-fan edited a comment on pull request #29146:
URL: https://github.com/apache/spark/pull/29146#issuecomment-663569282


   If we don't allow space in the config name by default(requires quoting), I 
think we can do that for other special chars as well. Then the parser rule can 
be very simple:
   ```
   SET (multiPartIdent | STRING | BACKQUOTED_IDENTIFIER) (EQ value=.+)?
   ```


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

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



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

Reply via email to