JingsongLi commented on code in PR #8739:
URL: https://github.com/apache/paimon/pull/8739#discussion_r3637473242
##########
paimon-core/src/main/java/org/apache/paimon/append/AppendOnlyWriter.java:
##########
@@ -103,6 +104,7 @@ public class AppendOnlyWriter implements BatchRecordWriter,
MemoryOwner {
private SinkWriter<InternalRow> sinkWriter;
private MemorySegmentPool memorySegmentPool;
+ /** Overload without a row limit, kept for backward compatibility. */
Review Comment:
Do not keep this for backward compatibility. This would result in an endless
chain of constructors.
--
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]