Aggarwal-Raghav commented on PR #6481: URL: https://github.com/apache/hive/pull/6481#issuecomment-4444458502
After [HIVE-23359](https://issues.apache.org/jira/browse/HIVE-23359) the behaviour in Hive3 vs Hive4.0.1 for regex pattern was changed i.e. breaking change. Until HIVE-28292 was merged, the following overloaded method where `literalize=false` and `greedyMatch=true` there the support for `*` was restored. Once such example where breaking change still exists is `ShowDatabasesOperation`. ``` public static String likePatternToRegExp(String likePattern, boolean literalize, boolean greedyMatch) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
