For convenience, since the default method requires allocating an ArrowBuf and such. See PR#11982 (comment)
It's generated in ComplexWriters.java, we could add an if and special-case VarChar to have a helper method that uses setBytes instead.
Reporter: David Li / @lidavidm
Note: This issue was originally created as ARROW-15907. Please see the migration documentation for further details.
For convenience, since the default method requires allocating an ArrowBuf and such. See PR#11982 (comment)
It's generated in ComplexWriters.java, we could add an
ifand special-case VarChar to have a helper method that uses setBytes instead.Reporter: David Li / @lidavidm
Note: This issue was originally created as ARROW-15907. Please see the migration documentation for further details.