Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
When creating a CSVIDF with a schema containing a single field (string or binary), then using setText("\"hello, world\"") and then getObjectData(), I expect to get an array, containing a string with "hello, world".
Actual result:
org.apache.sqoop.common.SqoopException: CSV_INTERMEDIATE_DATA_FORMAT_0005:Wrong number of columns. - The data "hello, world" has the wrong number of fields.