Closed sahlone closed 6 years ago
Initializing bins hashmap at the beginning is fine, but addBin() can't be removed because OperateCommand overrides addBin().
@BrianNichols The problem here is the parseRecord
which is a private function giving call to a protected fucntion addBin
.
For now I have reverted the changes for the addBin
.
Here eab100f65871cd8bb3bc43e629eb447527372ca3
Your pull request has been accepted. It will appear in the next release of the java client.
Java client 4.1.9 has been released.
The PR intends to remove the local function variable check for initializations which happens for all the data bytes coming from the server