Skip to content

Commit 52f758e

Browse files
authored
Merge pull request #27 from u110/fix-google-client-error-handling
Fix google client error handling
2 parents 6a56811 + ae7116c commit 52f758e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

embulk-output-bigquery.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "embulk-output-bigquery"
3-
spec.version = "0.6.9.trocco.0.0.1"
3+
spec.version = "0.6.9.trocco.0.0.2"
44
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
55
spec.summary = "Google BigQuery output plugin for Embulk"
66
spec.description = "Embulk plugin that insert records to Google BigQuery."

lib/embulk/output/bigquery/google_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def with_network_retry(&block)
7171
else
7272
raise e
7373
end
74-
rescue ::Java::Java.net.SocketException, ::Java::Java.net.ConnectException => e
7574
rescue ::Java::Java.net.SocketException, ::Java::Java.net.ConnectException, ::Java::JavaxNetSsl::SSLException => e
7675
retry_messages = [
7776
'Broken pipe',

0 commit comments

Comments
 (0)