Github user srowen commented on the issue:
https://github.com/apache/spark/pull/15941
OK. I looked for other instances, and didn't find any, but, found a pretty
related problem with `<code>` in `SQLConf.scala`:
```
val AUTO_BROADCASTJOIN_THRESHOLD =
SQLConfigBuilder("spark.sql.autoBroadcastJoinThreshold")
.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 <tableName> COMPUTE STATISTICS
noscan</code> has been " +
"run, and file-based data source tables where the statistics are
computed directly on " +
"the files of data.")
```
`command<code>` needs a space
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]