fuyun2024 commented on code in PR #1806:
URL: https://github.com/apache/incubator-paimon/pull/1806#discussion_r1293093981


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/Expression.java:
##########
@@ -239,6 +251,36 @@ public String eval(String input) {
         }
     }
 
+    /** date format from a time input. */
+    final class DateFormat implements Expression {
+
+        private static final long serialVersionUID = 1L;
+
+        private final String fieldReference;
+        private final DateTimeFormatter formatter;

Review Comment:
   Thank you for your suggestion, i resubmitted the code .



-- 
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]

Reply via email to