We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a3b96 commit 68ee6f3Copy full SHA for 68ee6f3
lineage-flink1.14.x/src/main/java/org/apache/calcite/rel/metadata/RelMdColumnOrigins.java
@@ -59,7 +59,7 @@ public class RelMdColumnOrigins implements MetadataHandler<BuiltInMetadata.Colum
59
60
private static final Logger LOG = LoggerFactory.getLogger(RelMdColumnOrigins.class);
61
62
- private final Pattern pattern = Pattern.compile("\\$[\\w.]+");
+ private final Pattern pattern = Pattern.compile("\\$[\\d.]+");
63
64
public static final RelMetadataProvider SOURCE =
65
ReflectiveRelMetadataProvider.reflectiveSource(
0 commit comments