qidaye commented on code in PR #38077:
URL: https://github.com/apache/doris/pull/38077#discussion_r1682472668
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2033,6 +2036,19 @@ public void setIgnoreShapePlanNodes(String
ignoreShapePlanNodes) {
})
public boolean enableESParallelScroll = true;
+ @VariableMgr.VarAttr(name = ENABLE_MATCH_WITHOUT_INVERTED_INDEX,
description = {
+ "关闭无索引match查询功能,不建议正式环境使用",
Review Comment:
```suggestion
"开启无索引match查询功能,建议正式环境保持开启",
```
##########
regression-test/conf/regression-conf.groovy:
##########
@@ -24,18 +24,18 @@ defaultDb = "regression_test"
// init cmd like: select @@session.tx_read_only
// at each time we connect.
// add allowLoadLocalInfile so that the jdbc can execute mysql load data from
client.
-jdbcUrl =
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true"
-targetJdbcUrl =
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true"
+jdbcUrl =
"jdbc:mysql://127.0.0.1:49037/?useLocalSessionState=true&allowLoadLocalInfile=true"
Review Comment:
Do not modify regression-conf
--
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]