embulk-output-bigquery 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: daa84fac7fd9adf3ad62798ef5b113ed462fc303
4
- data.tar.gz: fafbd5023df0b9d3539a754b699e089012d4caa1
3
+ metadata.gz: 6e992d7d8add2b7ef5634d0fd4e41a4e90233e1e
4
+ data.tar.gz: 1f87d54b14a5b5e7a52d3581d03a6a76b6d9b0f2
5
5
  SHA512:
6
- metadata.gz: 5a273f26c8c357b082d94bc97364f18fc73db9f829b12d5bd10df867f625d4619da59c483d56c83cbbdef82383e3a4116f185f9973c246cc4ccd8adc187cadb2
7
- data.tar.gz: 6bd617783792cd5c4e7d3ab7e0b39ab3f86fa97cb326f3b6978e743e74902130c809f353bc3238f97ab5e6b439ba44cf9972dc2840d37b2b3ad5d8b94f6dfddd
6
+ metadata.gz: 01ed587d80ba5c60be6a0e0ebaa4e9c9b3f576ab6151f384ff4887034f4c2e3f0a7c490a7685689ad8a79035844fd2c48130f6bb81e22fcf9e75cad0c5e9deea
7
+ data.tar.gz: c8f728989565537ddeffde30b9ee5f8798e70f25e44739e90d0ae2e34ddeca6b3e45d131d538e91da90c430a4ae9ece87623d10c7bbd817184ad5c47cc8d80df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ ## 0.2.3 - 2016-02-19
2
+
3
+ * [maintenance] Fix detect logic of delete_in_advance mode. [#26](https://github.com/embulk/embulk-output-bigquery/issues/26). @sonots thanks!
4
+
1
5
  ## 0.2.2 - 2016-02-15
2
6
 
3
- * [new feature] Added template_table option. [#25](https://github.com/embulk/embulk-output-bigquery/pull/25)
7
+ * [new feature] Added template_table option. [#25](https://github.com/embulk/embulk-output-bigquery/pull/25). @joker1007 thanks!
4
8
 
5
9
  ## 0.2.1 - 2016-01-28
6
10
 
data/build.gradle CHANGED
@@ -16,7 +16,7 @@ configurations {
16
16
  sourceCompatibility = 1.7
17
17
  targetCompatibility = 1.7
18
18
 
19
- version = "0.2.2"
19
+ version = "0.2.3"
20
20
 
21
21
  dependencies {
22
22
  compile "org.embulk:embulk-core:0.8.1"
@@ -502,7 +502,7 @@ public class BigqueryOutputPlugin
502
502
  }
503
503
  public boolean isDeleteInAdvance()
504
504
  {
505
- return true;
505
+ return false;
506
506
  }
507
507
  }
508
508
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-bigquery
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
  - Satoshi Akama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-15 00:00:00.000000000 Z
11
+ date: 2016-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -65,7 +65,7 @@ files:
65
65
  - src/test/java/org/embulk/output/TestBigqueryWriter.java
66
66
  - classpath/commons-codec-1.3.jar
67
67
  - classpath/commons-logging-1.1.1.jar
68
- - classpath/embulk-output-bigquery-0.2.2.jar
68
+ - classpath/embulk-output-bigquery-0.2.3.jar
69
69
  - classpath/google-api-client-1.20.0.jar
70
70
  - classpath/google-api-services-bigquery-v2-rev205-1.20.0.jar
71
71
  - classpath/google-http-client-1.20.0.jar