Description
SET spark.sql.ansi.enabled true
The above SQL command does not change the conf value and it just tries to display the value of conf "spark.sql.ansi.enabled true".
We can disallow using the space in the conf name and issue a user friendly error instead. In the error message, we should tell users a workaround to use the quote if they still needs to specify a conf with a space.