Skip to content

Conversation

@LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

A minor change to fix the a Scala related compilation warning

[WARNING] /spark-source/sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:105: [deprecation @  | origin= | version=2.13.7] Wrap `given` in backticks to use it as an identifier, it will become a keyword in Scala 3.

Why are the changes needed?

Fix a Scala related compilation warning.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GitHub Action

@github-actions github-actions bot added the SQL label Nov 2, 2022
@MaxGekk
Copy link
Member

MaxGekk commented Nov 2, 2022

+1, LGTM. Merging to master.
Thank you, @LuciferYang.

@MaxGekk MaxGekk closed this in 9fda99a Nov 2, 2022
SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
### What changes were proposed in this pull request?
A minor change to fix the a Scala related compilation warning

```
[WARNING] /spark-source/sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:105: [deprecation   | origin= | version=2.13.7] Wrap `given` in backticks to use it as an identifier, it will become a keyword in Scala 3.
```

### Why are the changes needed?
Fix a Scala related compilation warning.

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

### How was this patch tested?
Pass GitHub Action

Closes apache#38478 from LuciferYang/minor-wrap-given.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
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