-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQL][Minor] correct some comments #4508
Conversation
Can one of the admins verify this patch? |
ok to test |
(heh, do we even need Jenkins to test comment-only changes like this?) |
Test build #27214 has started for PR 4508 at commit
|
Test build #27214 has finished for PR 4508 at commit
|
Test PASSed. |
@@ -291,7 +291,7 @@ private[sql] case class ResolvedDataSource(provider: Class[_], relation: BaseRel | |||
* Returned for the "DESCRIBE [EXTENDED] [dbName.]tableName" command. | |||
* @param table The table to be described. | |||
* @param isExtended True if "DESCRIBE EXTENDED" is used. Otherwise, false. | |||
* It is effective only when the table is a Hive table. | |||
* It is effective only when the table is a Hive table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hate to nit-pick on a trivial change, but please undo this indentation change. From what I see in the rest of the code's scaladoc, continuations are aligned as it was, not wrapped all the way to the left. Have a look at RDD.scala
for a lot of examples.
undo intend
Thanks @srowen : ) |
Test build #27250 has started for PR 4508 at commit
|
Test build #27250 has finished for PR 4508 at commit
|
Test PASSed. |
No description provided.