Skip to content

Conversation

@dwsmith1983
Copy link
Contributor

@dwsmith1983 dwsmith1983 commented Nov 4, 2022

What changes were proposed in this pull request?

I made some small grammar fixes related to dependent clause followed but independent clauses, starting a sentence with an introductory phrase, using the plural with when are is present in the sentence, and other small fixes to improve readability.

https://spark.apache.org/docs/latest/sql-performance-tuning.html

Screenshot 2022-11-04 at 15 24 17

Why are the changes needed?

These changes improve the readability of the Spark documentation for new users or those studying up.

Does this PR introduce any user-facing change?

Yes, these changes impact the spark documentation.

How was this patch tested?

No test were created as these changes were solely in markdown.

@github-actions github-actions bot added the DOCS label Nov 4, 2022
@dwsmith1983
Copy link
Contributor Author

@itholic I was going over another topic and made some updates on sql performance tuning as well. I added a screenshot of the markdown. This how you want it correct?

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, any other related files you want to check while your'e here?

@dwsmith1983
Copy link
Contributor Author

OK, any other related files you want to check while your'e here?

I am doing some studying so not sure what other docs I will read and when.

@dwsmith1983 dwsmith1983 requested a review from srowen November 4, 2022 20:03
@dwsmith1983
Copy link
Contributor Author

Anyone know why it failed this run? None of code has been touched.

@srowen
Copy link
Member

srowen commented Nov 5, 2022

Yeah it's not related, looks like an error with the master branch right now. We can wait a bit for someone to fix that
/home/runner/work/spark/spark/connector/connect/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectDeduplicateSuite.scala:32: method getSession overrides nothing

@dwsmith1983
Copy link
Contributor Author

@srowen masters seems to be fine now. I merged mastered into my branch to see if it will fix the tests.

@dwsmith1983
Copy link
Contributor Author

@srowen is the failure related to the bot tagging of connect? There is some connect file that was added after this tag.

@srowen
Copy link
Member

srowen commented Nov 6, 2022

Weird, the error is on code that isn't in the repo (now). Can you fully rebase and force-push your changes?

Dustin William Smith added 6 commits November 6, 2022 20:55
…e number of bytes <that> could be scanned in the same time; I added that but still this sentence just seems off
… above preceeded it. another option would be to keep same as a above and remove the preceeding statement, but I believe this makes more sense to keep the actual instruction
…ay: Coalesce hints allow Spark SQL users to control the number of output files just like coalesce, repartition and repartitionByRange in the Dataset API,
removed file that shouldn't be in the repo
@dwsmith1983
Copy link
Contributor Author

@srowen so the streaming test suite passed now so it should be fine now.

@srowen srowen closed this in c4d159a Nov 7, 2022
@srowen
Copy link
Member

srowen commented Nov 7, 2022

Merged to master

@dwsmith1983 dwsmith1983 deleted the minor-doc-revisions branch November 7, 2022 08:05
@itholic
Copy link
Contributor

itholic commented Nov 7, 2022

Late LGTM.

SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
…adability and grammar

### What changes were proposed in this pull request?

I made some small grammar fixes related to dependent clause followed but independent clauses, starting a sentence with an introductory phrase, using the plural with when are is present in the sentence, and other small fixes to improve readability.

https://spark.apache.org/docs/latest/sql-performance-tuning.html

<img width="1065" alt="Screenshot 2022-11-04 at 15 24 17" src="https://user-images.githubusercontent.com/7563201/199998862-d9418bc1-2fcd-4eff-be8e-af412add6946.png">

### Why are the changes needed?

These changes improve the readability of the Spark documentation for new users or those studying up.

### Does this PR introduce _any_ user-facing change?

Yes, these changes impact the spark documentation.

### How was this patch tested?

No test were created as these changes were solely in markdown.

Closes apache#38510 from dwsmith1983/minor-doc-revisions.

Lead-authored-by: Dustin William Smith <[email protected]>
Co-authored-by: dustin <[email protected]>
Co-authored-by: Dustin Smith <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants