-
- Downloads
[SPARK-12522][SQL][MINOR] Add the missing document strings for the SQL configuration
Fixing the missing the document for the configuration. We can see the missing messages "TODO" when issuing the command "SET -V". ``` spark.sql.columnNameOfCorruptRecord spark.sql.hive.verifyPartitionPath spark.sql.sources.parallelPartitionDiscovery.threshold spark.sql.hive.convertMetastoreParquet.mergeSchema spark.sql.hive.convertCTAS spark.sql.hive.thriftServer.async ``` Author: gatorsmile <gatorsmile@gmail.com> Closes #10471 from gatorsmile/commandDesc.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala 5 additions, 3 deletionssql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/commands.scala 0 additions, 2 deletions.../main/scala/org/apache/spark/sql/execution/commands.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 6 additions, 3 deletions...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
Please register or sign in to comment