aboutsummaryrefslogtreecommitdiff
path: root/sql/core
diff options
context:
space:
mode:
authorWeiqing Yang <yangweiqing001@gmail.com>2016-11-26 15:41:37 +0000
committerSean Owen <sowen@cloudera.com>2016-11-26 15:41:37 +0000
commitf4a98e421e14434fddc3f9f1018a17124d660ef0 (patch)
treee93761c1f44f1114ca68cf660ba04f5fb4659fe3 /sql/core
parentc4a7eef0ce2d305c5c90a0a9a73b5a32eccfba95 (diff)
downloadspark-f4a98e421e14434fddc3f9f1018a17124d660ef0.tar.gz
spark-f4a98e421e14434fddc3f9f1018a17124d660ef0.tar.bz2
spark-f4a98e421e14434fddc3f9f1018a17124d660ef0.zip
[WIP][SQL][DOC] Fix incorrect `code` tag
## What changes were proposed in this pull request? This PR is to fix incorrect `code` tag in `sql-programming-guide.md` ## How was this patch tested? Manually. Author: Weiqing Yang <yangweiqing001@gmail.com> Closes #15941 from weiqingy/fixtag.
Diffstat (limited to 'sql/core')
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
index b2a50c646b..206c08b483 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -108,7 +108,7 @@ object SQLConf {
.doc("Configures the maximum size in bytes for a table that will be broadcast to all worker " +
"nodes when performing a join. By setting this value to -1 broadcasting can be disabled. " +
"Note that currently statistics are only supported for Hive Metastore tables where the " +
- "command<code>ANALYZE TABLE &lt;tableName&gt; COMPUTE STATISTICS noscan</code> has been " +
+ "command <code>ANALYZE TABLE &lt;tableName&gt; COMPUTE STATISTICS noscan</code> has been " +
"run, and file-based data source tables where the statistics are computed directly on " +
"the files of data.")
.longConf