maropu commented on a change in pull request #27371:
[SPARK-28801][DOC][FOLLOW-UP] Setup links and address other review comments
URL: https://github.com/apache/spark/pull/27371#discussion_r371596751
##########
File path: docs/sql-ref-syntax-qry-select-where.md
##########
@@ -39,10 +39,11 @@ WHERE boolean_expression
### Examples
{% highlight sql %}
CREATE TABLE person (id INT, name STRING, age INT);
-INSERT INTO person VALUES (100, 'John', 30),
- (200, 'Mary', NULL),
- (300, 'Mike', 80),
- (400, 'Dan', 50);
+INSERT INTO person VALUES
+ (100, 'John', 30),
+ (200, 'Mary', NULL),
+ (300, 'Mike', 80),
+ (400, 'Dan', 50);
Review comment:
Thanks for this followup!
----------------------------------------------------------------
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]