Revision 3fdad6a00dbf5abe493d32b0d21519a9f73e3da6 authored by Stefan Kandic on 24 July 2024, 03:20:56 UTC, committed by Hyukjin Kwon on 24 July 2024, 03:20:56 UTC
### 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 #47463 from stefankandic/fixPythonToString.

Authored-by: Stefan Kandic <stefan.kandic@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent b9447db
History

README.md

back to top