chenxinwei commented on code in PR #5165:
URL: https://github.com/apache/paimon/pull/5165#discussion_r1972750019


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2999,7 +2999,11 @@ public InlineElement getDescription() {
     /** The period format options for tag creation. */
     public enum TagPeriodFormatter implements DescribedEnum {
         WITH_DASHES("with_dashes", "Dates and hours with dashes, e.g., 
'yyyy-MM-dd HH'"),
-        WITHOUT_DASHES("without_dashes", "Dates and hours without dashes, 
e.g., 'yyyyMMdd HH'");
+        WITHOUT_DASHES("without_dashes", "Dates and hours without dashes, 
e.g., 'yyyyMMdd HH'"),
+        WITH_DASHES_WITHOUT_SPACES(

Review Comment:
   Thanks for your suggestion, I've delete it.



-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to