Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.0.0
-
None
Description
We call writeBin within writeRaw which is called from invokeJava on the serialized arguments list. Unfortunately, writeBin has a hard-coded limit set to R_LEN_T_MAX (which is itself set to INT_MAX in base).
To work around it, we can check for this case and serialize the batch in multiple parts.