-
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
[DOCS] Docs-only improvements #17417
Changes from all commits
0dd905f
94f5528
243b8ee
e26aa57
49149c6
caac4be
d245c03
d301b5a
ae57b33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,8 @@ import org.apache.spark.sql.types._ | |
import org.apache.spark.unsafe.types.CalendarInterval | ||
|
||
/** | ||
* Test basic expression parsing. If a type of expression is supported it should be tested here. | ||
* Test basic expression parsing. | ||
* If the type of an expression is supported it should be tested here. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a no-op change, I'd avoid this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Almost. I replaced |
||
* | ||
* Please note that some of the expressions test don't have to be sound expressions, only their | ||
* structure needs to be valid. Unsound expressions should be caught by the Analyzer or | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ import org.apache.spark.util.Utils | |
* The builder can also be used to create a new session: | ||
* | ||
* {{{ | ||
* SparkSession.builder() | ||
* SparkSession.builder | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this for consistency? it also seems not worth changing otherwise There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consistency (and one of the recommended coding styles of mine). |
||
* .master("local") | ||
* .appName("Word Count") | ||
* .config("spark.some.config.option", "some-value") | ||
|
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.
Why remove this particular comment?
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.
HashShuffleWriter
is long gone.