fix handling invalid character in identifier

This commit is contained in:
wjhh2008
2023-09-22 03:10:14 +00:00
committed by ob-robot
parent e4e09ecfb6
commit c13243ff23
54 changed files with 229 additions and 146 deletions

View File

@ -4541,7 +4541,7 @@ int ObSelectResolver::mock_to_named_windows(ObString &name,
win_str.ptr()))) {
LOG_WARN("fail to concat string", K(ret));
} else if (OB_FAIL(ObRawExprUtils::parse_expr_node_from_str(sql_str.string(),
params_.session_info_->get_local_collation_connection(),
params_.session_info_->get_charsets4parser(),
params_.expr_factory_->get_allocator(),
mock_node))) {
LOG_WARN("parse expr node from string failed", K(ret));