[MCOL-1361] Spark connector doesn't handle null values Created: 2018-04-23 Updated: 2023-10-26 Resolved: 2018-05-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.3, 1.1.4 |
| Fix Version/s: | 1.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | David Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-08, 2018-09, 2018-10 |
| Description |
|
If a DataFrame contains a null value, the exporter exits with a null pointer exception. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-04-23 ] |
|
null values are now handled and inserted. test case added to regression suite. |