We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f275e commit 9deb09bCopy full SHA for 9deb09b
google/cloud/bigquery_unified/internal/connection_impl.cc
@@ -132,9 +132,6 @@ future<StatusOr<google::cloud::bigquery::v2::Job>> ConnectionImpl::InsertJob(
132
},
133
polling_policy(*current_options), __func__,
134
[](google::cloud::bigquery::v2::Job const& op) {
135
- // std::cout << __func__ << ": op.status().state()=" <<
136
- // op.status().state()
137
- // << "\n";
138
return op.status().state() == "DONE";
139
140
[ref = insert_response->job_reference()](
0 commit comments