Skip to content

Commit 5067e9e

Browse files
committed
PR Review Fix
1 parent d9ce2a7 commit 5067e9e

File tree

1 file changed

+2
-2
lines changed
  • integration-test-remote/src/test/java/io/cdap/cdap/app/etl/gcp

1 file changed

+2
-2
lines changed

integration-test-remote/src/test/java/io/cdap/cdap/app/etl/gcp/GCSTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383

8484
/**
8585
* Tests reading from GCS (Google Cloud Storage) and writing to GCS from within a Dataproc cluster.
86+
*
87+
* TODO: PLUGIN-553 for GCSMultiFiles sink plugin property 'format' with macro wouldn't work
8688
*/
8789
public class GCSTest extends DataprocETLTestBase {
8890

@@ -897,8 +899,6 @@ private ETLPlugin createMultiSinkPlugin(String sinkFormat) {
897899
Map<String, String> map = new HashMap<>();
898900
map.put("path", "${multiSinkPath}");
899901
map.put("format", sinkFormat);
900-
//todo make macro when https://cdap.atlassian.net/browse/PLUGIN-553 is fixed
901-
//map.put("format", "${sinkFormat}");
902902
map.put("project", "${multiSinkProjectId}");
903903
map.put("schema", "${multiSinkSchema}");
904904
map.put("referenceName", "gcs-multi-input");

0 commit comments

Comments
 (0)