AMashenkov commented on code in PR #5218:
URL: https://github.com/apache/ignite-3/pull/5218#discussion_r1958006357
##########
modules/api/src/main/java/org/apache/ignite/lang/util/IgniteNameUtils.java:
##########
@@ -38,8 +37,6 @@ private IgniteNameUtils() {
* @param name String to parse object name.
* @return Unquoted name or name is cast to upper case. "tbl0" ->
"TBL0", "\"Tbl0\"" -> "Tbl0".
*/
- // TODO https://issues.apache.org/jira/browse/IGNITE-24021: Use
QualifiedName instead.
- @Deprecated(forRemoval = true)
public static String parseSimpleName(String name) {
Review Comment:
Let's rename method to `parseIdentifier`
--
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]