embulk-output-vertica 0.2.9 → 0.3.0

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: 12d8f376bd0ef370924515c8aca5a85738581767
4
- data.tar.gz: fafb70e388352c0af5ad3a22991fe5cdda0fed4c
3
+ metadata.gz: 1a488f15b394471fe6e4c98d1198c02dbe4bec89
4
+ data.tar.gz: 229360b29afbcc28baf790eed886235f8de9148e
5
5
  SHA512:
6
- metadata.gz: fd838a96af12dafde24fb501d36f2a0e973027516e8337f00e0a7d4381a21d305d44805b010d55452d0c5b0105f265543aa763ed876fe996dbaf32483b48adb2
7
- data.tar.gz: 4b4e6f60325f6a5a94a8dadc9c3b708089193e87c516690a61fcea7c306a7e16cdffdb3499a5ce8f5804004bdb2ced29bd7aaf5622df415f81196e4e4526f98c
6
+ metadata.gz: c63cd1b1ec03d8936131ef826c6949e610dd0930b29959ac5c433db7389e43aec235ae1aacc49a6b7280f2f388b08257bd79dc055d06660f91258f5027a97310
7
+ data.tar.gz: 7c8f29c20455a5dca9b77d89a278728d8c9083ff95abb4f1a3f45587bcbbd03a3bb0cc37e8f37384dc4f1d2b9301de3cf61ad1aaa20c1e53b44e19ff0f67eff7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.3.0 (2015/11/17)
2
+
3
+ Changes:
4
+
5
+ * Change log level of COMMIT statement from info to debug
6
+
1
7
  # 0.2.9 (2015/11/17)
2
8
 
3
9
  Changes:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "embulk-output-vertica"
3
- spec.version = "0.2.9"
3
+ spec.version = "0.3.0"
4
4
  spec.authors = ["eiji.sekiya", "Naotoshi Seo"]
5
5
  spec.email = ["eiji.sekiya.0326@gmail.com", "sonots@gmail.com"]
6
6
  spec.summary = "Vertica output plugin for Embulk"
@@ -135,7 +135,7 @@ module Embulk
135
135
 
136
136
  def commit
137
137
  @jv.commit
138
- Embulk.logger.info { "embulk-output-vertica: COMMIT! #{@num_output_rows} rows" }
138
+ Embulk.logger.debug { "embulk-output-vertica: COMMIT! #{@num_output_rows} rows" }
139
139
  task_report = {
140
140
  "num_input_rows" => @num_input_rows,
141
141
  "num_output_rows" => @num_output_rows,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-vertica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - eiji.sekiya
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-17 00:00:00.000000000 Z
12
+ date: 2015-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jvertica