aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc')
-rw-r--r--tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc b/tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc
index 093000559b..b0f9237ea2 100644
--- a/tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc
+++ b/tensorflow/contrib/cloud/kernels/bigquery_reader_ops.cc
@@ -60,7 +60,7 @@ class BigQueryReader : public ReaderBase {
BigQueryTablePartition partition;
if (!partition.ParseFromString(current_work())) {
return errors::InvalidArgument(
- "Could not parse work as as valid partition.");
+ "Could not parse work as valid partition.");
}
TF_RETURN_IF_ERROR(bigquery_table_accessor_->SetPartition(partition));
return Status::OK();