EricJoy2048 commented on code in PR #4725:
URL:
https://github.com/apache/incubator-seatunnel/pull/4725#discussion_r1188649304
##########
seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/sink/MaxcomputeWriter.java:
##########
@@ -42,9 +42,10 @@
@Slf4j
public class MaxcomputeWriter extends AbstractSinkWriter<SeaTunnelRow, Void> {
- private final RecordWriter recordWriter;
+ private RecordWriter recordWriter;
Review Comment:
no use
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]