Skip to content

Commit

Permalink
[SPARK-48495][DOCS][FOLLOW-UP] Fix Table Markdown in Shredding.md
Browse files Browse the repository at this point in the history
Minor change that shouldn't require a Jira to fix the unbalanced row in the example of Shredding.md

Closes #47407 from RussellSpitzer/patch-1.

Authored-by: Russell Spitzer <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
RussellSpitzer authored and HyukjinKwon committed Jul 18, 2024
1 parent a54daa1 commit a90cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/variant/shredding.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ optional group variant_col {
```

| Variant Value | Top-level untyped_value | b.untyped_value | Non-null in a | Non-null in b.c |
|---------------|--------------------------|---------------|---------------|
|---------------|--------------------------|---------------|---------------|------------------|
| {a: 123, b: {c: “hello”}} | null | null | typed_value | typed_value |
| {a: 1.23, b: {c: “123”}} | null | null | untyped_value | typed_value |
| {a: [1,2,3], b: {c: null}} | null | null | untyped_value | untyped_value |
Expand Down

0 comments on commit a90cb0a

Please sign in to comment.