nchammas commented on a change in pull request #27840: [SPARK-31075] Add
documentation for ALTER TABLE ... ADD PARTITION
URL: https://github.com/apache/spark/pull/27840#discussion_r389206587
##########
File path: docs/sql-ref-syntax-ddl-alter-table.md
##########
@@ -83,6 +83,37 @@ ALTER TABLE table_identifier ADD COLUMNS ( col_spec [ ,
col_spec ... ] )
</dl>
+### ADD PARTITION
+
+`ALTER TABLE ADD PARTITION` adds a new partition to an existing, partitioned
table.
+
+#### Syntax
+
+```sql
Review comment:
I don't know why we are using Jinja directives when basic Markdown suffices,
but if we really want to stick to the more verbose `{% highlight sql %}` I am
happy to switch to that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]