[MCOL-1521] Java - mcsapi - introduce new function getJavaMcsapiVersion() Created: 2018-06-29 Updated: 2023-10-26 Resolved: 2018-07-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.6 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | 2018-14 |
| Description |
|
Add a function "ColumnStoreDriver.getJavaMcsapiVersion()" to return the javamcsapi version which not necessarily needs to be the same than the one of mcsapi. This can help debugging if native mcsapi libraries and javamcsapi don't match. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-06-29 ] |
|
For QA call the function ColumnStoreDriver.getJavaMcsapiVersion() and compare if the version matches the one given in libjavamcsapi.jar's manifest. |
| Comment by Daniel Lee (Inactive) [ 2018-07-17 ] |
|
Build verified: 1.1.6-1 source /root/mariadb-columnstore-api Merge pull request #90 from mariadb-corporation/ diff --cc java/CMakeLists.txt + if (BUILD_DOCS) [root@localhost mariadb-columnstore-api]# javac -classpath ".:/usr/lib64/javamcsapi.jar" MCSAPITest.java |