Skip to content

Conversation

@beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This PR proposes to move nullDataSourceOption from QueryCompilationErrors into QueryExecutionErrors.

Why are the changes needed?

Currently, nullDataSourceOption is placed into QueryCompilationErrors.
In fact, it's an execution error.

Does this PR introduce any user-facing change?

'Yes'.
The type of error will be changed.

How was this patch tested?

GA.

Was this patch authored or co-authored using generative AI tooling?

'No'.

@github-actions github-actions bot added the SQL label Jan 26, 2025
@beliefer
Copy link
Contributor Author

ping @MaxGekk cc @dongjoon-hyun

@MaxGekk
Copy link
Member

MaxGekk commented Jan 26, 2025

+1, LGTM. Merging to master/4.0.
Thank you, @beliefer.

@MaxGekk MaxGekk closed this in e7821c8 Jan 26, 2025
MaxGekk pushed a commit that referenced this pull request Jan 26, 2025
…ors into QueryExecutionErrors

### What changes were proposed in this pull request?
This PR proposes to move `nullDataSourceOption` from `QueryCompilationErrors` into `QueryExecutionErrors`.

### Why are the changes needed?
Currently, `nullDataSourceOption` is placed into QueryCompilationErrors.
In fact, it's an execution error.

### Does this PR introduce _any_ user-facing change?
'Yes'.
The type of error will be changed.

### How was this patch tested?
GA.

### Was this patch authored or co-authored using generative AI tooling?
'No'.

Closes #49677 from beliefer/SPARK-50993.

Authored-by: beliefer <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
(cherry picked from commit e7821c8)
Signed-off-by: Max Gekk <[email protected]>
@beliefer
Copy link
Contributor Author

@MaxGekk Thank you!

zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 14, 2025
…ors into QueryExecutionErrors

### What changes were proposed in this pull request?
This PR proposes to move `nullDataSourceOption` from `QueryCompilationErrors` into `QueryExecutionErrors`.

### Why are the changes needed?
Currently, `nullDataSourceOption` is placed into QueryCompilationErrors.
In fact, it's an execution error.

### Does this PR introduce _any_ user-facing change?
'Yes'.
The type of error will be changed.

### How was this patch tested?
GA.

### Was this patch authored or co-authored using generative AI tooling?
'No'.

Closes apache#49677 from beliefer/SPARK-50993.

Authored-by: beliefer <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
(cherry picked from commit 07d4cdf)
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