Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Steps to reproduce:
- Create table with small page size and longstring data type.
- Load large amount of data(more than one page should be created.)
- Alter add int column on the same table.
- Select query with filter on newly added columns fails with ArrayIndexOutOfBoundException.