Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using Text protocol :
Connector use java default string encoding that cause an issue for value Float.MAX_VALUE:
Float.MAX_VALUE is represented as "3.4028235E38" while server accept value to "3.402823466E+38" maximum, resulting in an Exception "Out of range value for column ..."