JingsongLi commented on code in PR #4034:
URL: https://github.com/apache/paimon/pull/4034#discussion_r1726736364
##########
paimon-core/src/main/java/org/apache/paimon/table/sink/TableWriteImpl.java:
##########
@@ -174,6 +184,19 @@ public SinkRecord writeAndReturn(InternalRow row, int
bucket) throws Exception {
return record;
}
+ @Nullable
+ public SinkRecord writeAndReturn(InternalRow row, BinaryRow partition, int
bucket)
Review Comment:
remove this method
--
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]