Skip to content

Commit 601f62b

Browse files
author
Pushpender Saini
authored
Merge pull request #1457 from cloudsufi/patch/bq-output-path-log
[PLUGIN-1814] Log output path
2 parents 98c5c12 + 40fa8e8 commit 601f62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/cdap/plugin/gcp/bigquery/sink/BigQueryOutputFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void checkOutputSpecs(JobContext job) throws FileAlreadyExistsException,
160160

161161
// Get the output path.
162162
Path outputPath = BigQueryOutputConfiguration.getGcsOutputPath(conf);
163-
LOG.info("Using output path '%s'.", outputPath);
163+
LOG.info("Using output path '{}'.", outputPath);
164164

165165
// Error if the output path already exists.
166166
FileSystem outputFileSystem = outputPath.getFileSystem(conf);

0 commit comments

Comments
 (0)