Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.3.0
-
None
-
None
-
3 node ant cluster
Description
Insert should accept only 32000 length column. But when trying to load more than 32000 column length data, insert is successful.
Expected result: When inserted more than 32000 column length, the insert should throw error.
Actual result: When inserted more than 32000 column length, the insert is successful.
Note: Update also should throw error while updating more than 3200 column length.Please implement for update also.