[CONJ-963] Cume_dist with Partition by returns error java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 348 Created: 2022-04-18 Updated: 2022-04-25 Resolved: 2022-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 3.0.3 |
| Fix Version/s: | 3.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Mike Savoie | Assignee: | Diego Dupin |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The SQL below works with Mariadb driver 2.7.3. Using drivers 3.0.3 or 3.0.4, java.lang.ArrayIndexOutOfBoundsException occurs. SELECT java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 348 The issue seems to be with partition by because the SQL below(no partition by clause) does not fail SELECT Info for table TSUPPLY CREATE TABLE IF NOT EXISTS `tsupply` ( INSERT INTO `tsupply` (`RNUM`, `SNO`, `PNO`, `JNO`, `QTY`) VALUES |