-
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
[DOC] Adjust coverage for partitionBy() #10499
Conversation
@@ -119,7 +119,7 @@ final class DataFrameWriter private[sql](df: DataFrame) { | |||
* Partitions the output by the given columns on the file system. If specified, the output is | |||
* laid out on the file system similar to Hive's partitioning scheme. | |||
* | |||
* This is only applicable for Parquet at the moment. | |||
* This was initally applicable for Parquet but in 1.5.x covers JSON as well. |
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.
1.5.x or 1.5+?
Test build #48373 has finished for PR 10499 at commit
|
Test build #48381 has finished for PR 10499 at commit
|
@@ -119,7 +119,7 @@ final class DataFrameWriter private[sql](df: DataFrame) { | |||
* Partitions the output by the given columns on the file system. If specified, the output is | |||
* laid out on the file system similar to Hive's partitioning scheme. | |||
* | |||
* This is only applicable for Parquet at the moment. | |||
* This was initally applicable for Parquet but in 1.5+ covers JSON as well. |
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.
also "text"
Test build #48391 has finished for PR 10499 at commit
|
@@ -119,7 +119,7 @@ final class DataFrameWriter private[sql](df: DataFrame) { | |||
* Partitions the output by the given columns on the file system. If specified, the output is | |||
* laid out on the file system similar to Hive's partitioning scheme. | |||
* | |||
* This is only applicable for Parquet at the moment. | |||
* This was initially applicable for Parquet but in 1.5+ covers JSON as well. |
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.
And text, ORC, and avro
Test build #48443 has finished for PR 10499 at commit
|
The test failure was not related to the patch.
|
@marmbrus : |
@marmbrus |
Thanks, merged to master and 1.6 |
This is the related thread: http://search-hadoop.com/m/q3RTtO3ReeJ1iF02&subj=Re+partitioning+json+data+in+spark Michael suggested fixing the doc. Please review. Author: tedyu <[email protected]> Closes #10499 from ted-yu/master. (cherry picked from commit 40d0396) Signed-off-by: Michael Armbrust <[email protected]>
This is the related thread: http://search-hadoop.com/m/q3RTtO3ReeJ1iF02&subj=Re+partitioning+json+data+in+spark
Michael suggested fixing the doc.
Please review.