Skip to content

Commit

Permalink
Merge pull request #3332 from bamaer/3281
Browse files Browse the repository at this point in the history
minor code cleanup. #3281
  • Loading branch information
mattcasters authored Nov 1, 2023
2 parents ae96c95 + 3191a28 commit e8eaa03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ public class RedshiftBulkLoader extends BaseTransform<RedshiftBulkLoaderMeta, Re
private static final Class<?> PKG =
RedshiftBulkLoader.class; // for i18n purposes, needed by Translator2!!

private static final SimpleDateFormat SIMPLE_DATE_FORMAT =
new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
private FileOutputStream exceptionLog;
private FileOutputStream rejectedLog;

public RedshiftBulkLoader(
TransformMeta transformMeta,
RedshiftBulkLoaderMeta meta,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class RedshiftBulkLoaderData extends BaseTransformData implements ITransf
protected IRowMeta insertRowMeta;

// A list of table fields mapped to their data type. String[0] is the field name, String[1] is
// the Snowflake
// the Redshift
// data type
public ArrayList<String[]> dbFields;

Expand Down

0 comments on commit e8eaa03

Please sign in to comment.