Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Bhooshan Mogal
Bhooshan MogalReporter
Flakrim Jusufi
Flakrim JusufiFix versions
Priority
Created January 13, 2021 at 10:21 AM
Updated May 29, 2024 at 5:52 AM
The job fails due to null exception when using format as macro in GCSMultiBatchSink.
The source of the error is in this part of the code:
line 75 --->
FileFormat format = config.getFormat();
in src/main/java/io/cdap/plugin/gcp/gcs/sink/GCSMultiBatchSink.java