Skip to content

Commit 685dda9

Browse files
authored
init (#2517)
1 parent f463bcd commit 685dda9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/user-guide/latest/expressions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 | |

docs/spark_expressions_support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
- [ ] levenshtein
409409
- [ ] locate
410410
- [x] lower
411-
- [ ] lpad
411+
- [x] lpad
412412
- [x] ltrim
413413
- [ ] mask
414414
- [x] octet_length
@@ -424,7 +424,7 @@
424424
- [x] repeat
425425
- [x] replace
426426
- [ ] right
427-
- [ ] rpad
427+
- [x] rpad
428428
- [x] rtrim
429429
- [ ] sentences
430430
- [ ] soundex

0 commit comments

Comments
 (0)