embulk-output-redshift 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a4dbbf9cfc10e45c33f60c4cec58da5e2fcd3b9
4
- data.tar.gz: f9739a4f263c7a908275a99bf9a2e4af11be23d9
3
+ metadata.gz: 3ff2fd199953ea0ebd7ac862ff8418663cfbf036
4
+ data.tar.gz: 3d74746d1268d79795e6e688c7e0b4c9c19ab559
5
5
  SHA512:
6
- metadata.gz: 54926b72d01887c90e0e80df690820ca88e1f2fa67ffa39a8ff22e61cdac141fa510c2c7f4e052abebf88407ab318db140e27a348d386b90a4e282c9076c6d55
7
- data.tar.gz: dba1272cc0e977e5cdbd60f67e5b6803708d7bc620f893b9b301afd73418fbeaa1d8b217dfc208c390fc5e7cad313691e240dccd710116b11d70959e6bfe4570
6
+ metadata.gz: 6b87622b0cf0964548b343552fb7b428446f2f72d7c384a67a537816b8d7c30f826a69a01c0f25be23c8d5030ca1ad24c2c295a3b50eae559be8836611b5935a
7
+ data.tar.gz: 3ca0ba498a1f26c764388b6cf7e4a3ed1bce4d602c3b5c01e09c96e89e219c768cf31ea8b238248fe9ee3249f0ad7079d788801b937dd9c13abbdeb375ee2071
@@ -104,6 +104,9 @@ public class RedshiftOutputPlugin
104
104
  @Override
105
105
  protected BatchInsert newBatchInsert(PluginTask task) throws IOException, SQLException
106
106
  {
107
+ if (task.getMode().isMerge()) {
108
+ throw new UnsupportedOperationException("mode 'merge' is not implemented for this type");
109
+ }
107
110
  RedshiftPluginTask t = (RedshiftPluginTask) task;
108
111
  AWSCredentials creds = new BasicAWSCredentials(
109
112
  t.getAccessKeyId(), t.getSecretAccessKey());
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-07 00:00:00.000000000 Z
11
+ date: 2015-04-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -24,21 +24,21 @@ files:
24
24
  - src/main/java/org/embulk/output/redshift/RedshiftCopyBatchInsert.java
25
25
  - src/main/java/org/embulk/output/redshift/RedshiftOutputConnection.java
26
26
  - src/main/java/org/embulk/output/redshift/RedshiftOutputConnector.java
27
- - classpath/aws-java-sdk-core-1.9.17.jar
28
- - classpath/aws-java-sdk-kms-1.9.17.jar
29
- - classpath/aws-java-sdk-s3-1.9.17.jar
30
- - classpath/aws-java-sdk-sts-1.9.17.jar
31
- - classpath/commons-codec-1.6.jar
27
+ - classpath/embulk-output-jdbc-0.2.3.jar
32
28
  - classpath/commons-logging-1.1.3.jar
33
- - classpath/embulk-output-jdbc-0.2.2.jar
34
- - classpath/embulk-output-postgresql-0.2.2.jar
35
- - classpath/embulk-output-redshift-0.2.2.jar
36
- - classpath/httpclient-4.3.4.jar
37
29
  - classpath/httpcore-4.3.2.jar
38
- - classpath/jna-4.1.0.jar
39
- - classpath/jna-platform-4.1.0.jar
40
30
  - classpath/postgresql-9.4-1200-jdbc41.jar
31
+ - classpath/aws-java-sdk-kms-1.9.17.jar
32
+ - classpath/embulk-output-postgresql-0.2.3.jar
33
+ - classpath/aws-java-sdk-sts-1.9.17.jar
34
+ - classpath/embulk-output-redshift-0.2.3.jar
35
+ - classpath/aws-java-sdk-s3-1.9.17.jar
41
36
  - classpath/slf4j-simple-1.7.7.jar
37
+ - classpath/aws-java-sdk-core-1.9.17.jar
38
+ - classpath/jna-platform-4.1.0.jar
39
+ - classpath/httpclient-4.3.4.jar
40
+ - classpath/jna-4.1.0.jar
41
+ - classpath/commons-codec-1.6.jar
42
42
  - classpath/waffle-jna-1.7.jar
43
43
  homepage: https://github.com/embulk/embulk-output-jdbc
44
44
  licenses:
Binary file