You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "peacewong (via GitHub)" <gi...@apache.org> on 2023/03/06 12:42:42 UTC

[GitHub] [linkis] peacewong commented on a diff in pull request #4135: [ISSUES-4135]fix hive ds bug

peacewong commented on code in PR #4135:
URL: https://github.com/apache/linkis/pull/4135#discussion_r1126363488


##########
linkis-public-enhancements/linkis-datasource/linkis-metadata-query/server/src/main/java/org/apache/linkis/metadata/query/server/utils/MetadataUtils.java:
##########
@@ -53,7 +53,7 @@ public class MetadataUtils {
   private static final Logger LOG = LoggerFactory.getLogger(MetadataUtils.class);
 
   public static final String NAME_REGEX =
-      CommonVars.apply("wds.linkis.metadata.query.regex", "^[a-zA-Z\\-\\d_\\.=/:]+$").getValue();
+      CommonVars.apply("wds.linkis.metadata.query.regex", "^[a-zA-Z\\-\\d_\\.=/:,]+$").getValue();

Review Comment:
   need to remove wds prefix



-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org