[MCOL-1200] Forward Bulk Write API C++ Exceptions to Python Created: 2018-02-05 Updated: 2023-10-26 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-03 |
| Description |
|
Occurring C++ exceptions aren't forwarded to Python. In case a C++ exception occurs the Python program terminates. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-02-05 ] |
|
C++ Exceptions of type ColumnStoreError are now forwarded as Python exceptions of type RuntimeError. Added a test case in the test suite for QA. |
| Comment by Andrew Hutchings (Inactive) [ 2018-02-06 ] |
|
dthompson left a comment on the review so I'll wait until that is resolved |
| Comment by Andrew Hutchings (Inactive) [ 2018-02-06 ] |
|
David has merged. |
| Comment by Daniel Lee (Inactive) [ 2018-02-07 ] |
|
Build verified: Github source API [root@localhost mariadb-columnstore-api]# git show Made build performed built-in test suite. |