Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Oct 31, 2024
1 parent a385bf8 commit cbad895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ private DateTimeChecker() {
chars(DateLiteral.punctuations::contains),
digit(1, 2) // day
)
),
option(ch('Z'))
)
),
// datetime
and("DateTime",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

package org.apache.doris.nereids.trees.expressions.literal.format;

/** StringInspect */
/**
* StringInspect, a simple lexer can save and move the index
*/
public class StringInspect {
public final String str;
private int index;
Expand Down

0 comments on commit cbad895

Please sign in to comment.