Details
Description
The Vertica bulk loader always fails with a Column type not supported error message. I have tested columns with types int,smallint, bigint, binary, char, varchar, long varchar and they all failed with a similar message. Writing the data to a file and then using a Vertica copy command to bulk load works for the same column types.
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - ERROR (version 5.0.1, build 1 from 2013-10-30_19-53-32 by buildguy) : Unexpected error
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - ERROR (version 5.0.1, build 1 from 2013-10-30_19-53-32 by buildguy) : java.lang.IllegalArgumentException: Column type Varchar not supported.
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - at org.pentaho.di.verticabulkload.VerticaBulkLoader.getColumnSpecFromField(VerticaBulkLoader.java:230)
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - at org.pentaho.di.verticabulkload.VerticaBulkLoader.processRow(VerticaBulkLoader.java:132)
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:60)
2013/12/13 10:55:05 - Vertica Bulk Loader.0 - at java.lang.Thread.run(Thread.java:724)