File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ incompatible expressions.
6161## String Functions
6262
6363| Expression | Spark-Compatible? | Compatibility Notes |
64- | --------------- | ----------------- | ---------------------------------------------------------------------------------------------------------- |
64+ | ----------------- | ----------------- | ---------------------------------------------------------------------------------------------------------- |
6565| Ascii | Yes | |
6666| BitLength | Yes | |
6767| Chr | Yes | |
@@ -79,6 +79,7 @@ incompatible expressions.
7979| StringInstr | Yes | |
8080| StringRepeat | Yes | Negative argument for number of times to repeat causes exception |
8181| StringReplace | Yes | |
82+ | StringLPad | Yes | |
8283| StringRPad | Yes | |
8384| StringSpace | Yes | |
8485| StringTranslate | Yes | |
Original file line number Diff line number Diff line change 408408 - [ ] levenshtein
409409 - [ ] locate
410410 - [x] lower
411- - [ ] lpad
411+ - [x ] lpad
412412 - [x] ltrim
413413 - [ ] mask
414414 - [x] octet_length
424424 - [x] repeat
425425 - [x] replace
426426 - [ ] right
427- - [ ] rpad
427+ - [x ] rpad
428428 - [x] rtrim
429429 - [ ] sentences
430430 - [ ] soundex
You can’t perform that action at this time.
0 commit comments