Mehant Baid created DRILL-447:
---------------------------------
Summary: NullableVarCharVector's copyFrom() copies data twice
Key: DRILL-447
URL: https://issues.apache.org/jira/browse/DRILL-447
Project: Apache Drill
Issue Type: Bug
Reporter: Mehant Baid
Assignee: Mehant BaidWhen NullableVarCharVector invokes a copyFrom() we initially copy the data into a byte[] array and then copy it to the vector. We should only be copying once. -- This message was sent by Atlassian JIRA (v6.2#6252)
