Skip to content

Conversation

@stefankandic
Copy link
Contributor

What changes were proposed in this pull request?

Fixing the bug in the code where because of different way string interpolation works in python we had an accidental dollar sign in the string value.

Why are the changes needed?

To be consistent with the scala code.

Does this PR introduce any user-facing change?

Different value will be shown to the user.

How was this patch tested?

Unit tests.

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

No.

Copy link
Contributor

@allisonwang-db allisonwang-db left a comment

Choose a reason for hiding this comment

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

Can we change the PR title to 'Fix simpleString method of StringType in PySpark for collations'?

@stefankandic stefankandic changed the title [SPARK-48981] Fix simpleString method of StringType in pyspark [SPARK-48981] Fix simpleString method of StringType in pyspark for collations Jul 23, 2024
@stefankandic
Copy link
Contributor Author

Can we change the PR title to 'Fix simpleString method of StringType in PySpark for collations'?

done!

@HyukjinKwon
Copy link
Member

Merged to master.

ilicmarkodb pushed a commit to ilicmarkodb/spark that referenced this pull request Jul 29, 2024
…llations

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

Fixing the bug in the code where because of different way string interpolation works in python we had an accidental dollar sign in the string value.

### Why are the changes needed?

To be consistent with the scala code.

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

Different value will be shown to the user.

### How was this patch tested?

Unit tests.

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

No.

Closes apache#47463 from stefankandic/fixPythonToString.

Authored-by: Stefan Kandic <stefan.kandic@databricks.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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants