embulk-output-vertica 0.2.8 → 0.2.9

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: ff28392e54434eac04115cb7bd4f8822befe9dfc
4
- data.tar.gz: 7f072f39b7046ab26347bb940a0974565836ae46
3
+ metadata.gz: 12d8f376bd0ef370924515c8aca5a85738581767
4
+ data.tar.gz: fafb70e388352c0af5ad3a22991fe5cdda0fed4c
5
5
  SHA512:
6
- metadata.gz: d8ef85915db3658ff923913a6d2d1c78ee02c7752192f94f8518e63af50644865c4f5aa159b7edc369cf3c568fa08cfbdb305f864a0a5705930c0566faccc3e1
7
- data.tar.gz: b929a4e1d49d336272b8659c44d6fa199ef802ff85829ba554b184a3efa4593378a1d1b2e8b1f1f5c1515e9153ff338b2a6fd857fecae51bfd58f4ea3f0ae584
6
+ metadata.gz: fd838a96af12dafde24fb501d36f2a0e973027516e8337f00e0a7d4381a21d305d44805b010d55452d0c5b0105f265543aa763ed876fe996dbaf32483b48adb2
7
+ data.tar.gz: 4b4e6f60325f6a5a94a8dadc9c3b708089193e87c516690a61fcea7c306a7e16cdffdb3499a5ce8f5804004bdb2ced29bd7aaf5622df415f81196e4e4526f98c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.2.9 (2015/11/17)
2
+
3
+ Changes:
4
+
5
+ * Change log level of COPY statement from info to debug
6
+
1
7
  # 0.2.8 (2015/11/06)
2
8
 
3
9
  Enhancements:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "embulk-output-vertica"
3
- spec.version = "0.2.8"
3
+ spec.version = "0.2.9"
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"
@@ -214,7 +214,7 @@ module Embulk
214
214
  end
215
215
 
216
216
  def copy(conn, sql, &block)
217
- Embulk.logger.info "embulk-output-vertica: #{sql}"
217
+ Embulk.logger.debug "embulk-output-vertica: #{sql}"
218
218
  results, rejects = conn.copy(sql, &block)
219
219
  end
220
220
 
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.8
4
+ version: 0.2.9
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-06 00:00:00.000000000 Z
12
+ date: 2015-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jvertica