File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-test-remote/src/test/java/io/cdap/cdap/app/etl/gcp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 */
8789public 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" );
You can’t perform that action at this time.
0 commit comments