Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
0.9.3
-
None
Description
Unlikely this is a highly probable scenario of the getBoolean use, but still. Basically the problem is if column data is not null terminated.
This is related to binary protocol, text doesn't have it. But what is common for both protocol - getBoolean is quite suboptimal, and may significantly slow down the program if text or binary column data is long.