Skip to content

Commit 68ee6f3

Browse files
committed
fixed bug for $tumble_start
1 parent 63a3b96 commit 68ee6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lineage-flink1.14.x/src/main/java/org/apache/calcite/rel/metadata/RelMdColumnOrigins.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class RelMdColumnOrigins implements MetadataHandler<BuiltInMetadata.Colum
5959

6060
private static final Logger LOG = LoggerFactory.getLogger(RelMdColumnOrigins.class);
6161

62-
private final Pattern pattern = Pattern.compile("\\$[\\w.]+");
62+
private final Pattern pattern = Pattern.compile("\\$[\\d.]+");
6363

6464
public static final RelMetadataProvider SOURCE =
6565
ReflectiveRelMetadataProvider.reflectiveSource(

0 commit comments

Comments
 (0)