Skip to content
Snippets Groups Projects
Commit 7775d9f2 authored by Sandeep Singh's avatar Sandeep Singh Committed by Sean Owen
Browse files

[SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spaces

## What changes were proposed in this pull request?
TRIM/LTRIM/RTRIM should not strips characters other than spaces, we were trimming all chars small than ASCII 0x20(space)

## How was this patch tested?
fixed existing tests.

Author: Sandeep Singh <sandeep@techaddict.me>

Closes #14924 from techaddict/SPARK-17299.
parent 6c08dbf6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment