Skip to content

Conversation

ueshin
Copy link
Member

@ueshin ueshin commented Jun 23, 2025

What changes were proposed in this pull request?

Avoids multiple roundtrips for config check in Spark Connect.

Why are the changes needed?

Some APIs for pandas API on Spark now need to check the server configs, which could cause a performance issue in Spark Connect.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually, and the existing tests should pass.

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

No.

@HyukjinKwon
Copy link
Member

Merged to master.

haoyangeng-db pushed a commit to haoyangeng-db/apache-spark that referenced this pull request Jun 25, 2025
… Connect

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

Avoids multiple roundtrips for config check in Spark Connect.

### Why are the changes needed?

Some APIs for pandas API on Spark now need to check the server configs, which could cause a performance issue in Spark Connect.

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

No.

### How was this patch tested?

Manually, and the existing tests should pass.

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

No.

Closes apache#51252 from ueshin/issues/SPARK-52554/is_ansi_mode_enabled.

Authored-by: Takuya Ueshin <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
haoyangeng-db pushed a commit to haoyangeng-db/apache-spark that referenced this pull request Jul 22, 2025
… Connect

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

Avoids multiple roundtrips for config check in Spark Connect.

### Why are the changes needed?

Some APIs for pandas API on Spark now need to check the server configs, which could cause a performance issue in Spark Connect.

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

No.

### How was this patch tested?

Manually, and the existing tests should pass.

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

No.

Closes apache#51252 from ueshin/issues/SPARK-52554/is_ansi_mode_enabled.

Authored-by: Takuya Ueshin <[email protected]>
Signed-off-by: Hyukjin Kwon <[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.

2 participants