Xiao Li created SPARK-15297: ------------------------------- Summary: Fix Set -V Command Key: SPARK-15297 URL: https://issues.apache.org/jira/browse/SPARK-15297 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.0.0 Reporter: Xiao Li Priority: Critical
The command "SET -v" always outputs the default values even if we set the parameter. This behavior is incorrect. Instead, if users override it, we should output the user-specified value. In addition, the output schema of "SET -v" is wrong. We should use the column `value` instead of `default` for the parameter value. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org