Skip to content
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

[MINOR][DOC] Fixed deprecated procedure syntax #42400

Closed
wants to merge 1 commit into from

Conversation

mox692
Copy link
Contributor

@mox692 mox692 commented Aug 8, 2023

What changes were proposed in this pull request?

The scala sample code in the quick-start chapter was using deprecated syntax, so this PR has fixed it.

Why are the changes needed?

procedure syntax (SI-7605) is now deprecated, and some editors or IDEs warn against this code.
scala/bug#7605

Does this PR introduce any user-facing change?

No.

How was this patch tested?

SKIP_API=1 bundle exec jekyll build on local.

@github-actions github-actions bot added the DOCS label Aug 8, 2023
@mox692 mox692 force-pushed the deprecate_procedure_syntax branch from 1ae12a4 to fc40bd6 Compare August 8, 2023 16:51
@HyukjinKwon
Copy link
Member

Merged to master.

valentinp17 pushed a commit to valentinp17/spark that referenced this pull request Aug 24, 2023
### What changes were proposed in this pull request?

The scala sample code in the quick-start chapter was using deprecated syntax, so this PR has fixed it.

### Why are the changes needed?

procedure syntax (SI-7605) is now deprecated, and some editors or IDEs warn against this code.
scala/bug#7605

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

No.

### How was this patch tested?

`SKIP_API=1 bundle exec jekyll build` on local.

Closes apache#42400 from mox692/deprecate_procedure_syntax.

Authored-by: mox692 <moymoymox@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
### What changes were proposed in this pull request?

The scala sample code in the quick-start chapter was using deprecated syntax, so this PR has fixed it.

### Why are the changes needed?

procedure syntax (SI-7605) is now deprecated, and some editors or IDEs warn against this code.
scala/bug#7605

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

No.

### How was this patch tested?

`SKIP_API=1 bundle exec jekyll build` on local.

Closes apache#42400 from mox692/deprecate_procedure_syntax.

Authored-by: mox692 <moymoymox@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants