-
- Downloads
[SPARK-5196][SQL] Support `comment` in Create Table Field DDL
Support `comment` in create a table field. __CREATE TEMPORARY TABLE people(name string `comment` "the name of a person")__ Author: OopsOutOfMemory <victorshengli@126.com> Closes #3999 from OopsOutOfMemory/meta_comment and squashes the following commits: 39150d4 [OopsOutOfMemory] add comment and refine test suite
Showing
- sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala 8 additions, 3 deletions...ore/src/main/scala/org/apache/spark/sql/sources/ddl.scala
- sql/core/src/test/scala/org/apache/spark/sql/sources/TableScanSuite.scala 20 additions, 0 deletions...t/scala/org/apache/spark/sql/sources/TableScanSuite.scala
Please register or sign in to comment