JingsongLi commented on code in PR #3299:
URL: https://github.com/apache/paimon/pull/3299#discussion_r1597340777
##########
paimon-core/src/main/java/org/apache/paimon/mergetree/compact/PartialUpdateMergeFunction.java:
##########
@@ -441,20 +439,6 @@ default Long generateNullable(InternalRow row, int i) {
private static class SequenceGeneratorVisitor extends
DataTypeDefaultVisitor<Generator> {
- @Override
Review Comment:
What we need to do is supporting string using `UserDefinedSeqComparator` way.
If you are interested in this, you can do it in a separate PR, please let
this PR clean.
--
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]