BiteTheDDDDt commented on code in PR #57643:
URL: https://github.com/apache/doris/pull/57643#discussion_r2493198082
##########
be/src/runtime/runtime_state.h:
##########
@@ -750,6 +751,10 @@ class RuntimeState {
cctz::time_zone _timezone_obj;
std::string _lc_time_names;
+ // Support extended regex
+ // like look-around zero-width assertions(`?=`, `?!`, `?<=`, `?<!`)
+ bool _enable_extended_regex;
Review Comment:
I think RuntimeState will storage a query options object, can we set it
instead of a single boolean?
--
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]