mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
(improvement)(config) remove semantic url in standalone yaml (#258)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -64,7 +64,7 @@ public class SqlParserRemoveHelper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getConstant(Expression expression){
|
public static String getConstant(Expression expression) {
|
||||||
String constant = JsqlConstants.EQUAL_CONSTANT;
|
String constant = JsqlConstants.EQUAL_CONSTANT;
|
||||||
if (expression instanceof GreaterThanEquals) {
|
if (expression instanceof GreaterThanEquals) {
|
||||||
constant = JsqlConstants.GREATER_THAN_EQUALS_CONSTANT;
|
constant = JsqlConstants.GREATER_THAN_EQUALS_CONSTANT;
|
||||||
|
|||||||
@@ -26,10 +26,6 @@ authentication:
|
|||||||
header:
|
header:
|
||||||
key: Authorization
|
key: Authorization
|
||||||
|
|
||||||
semantic:
|
|
||||||
url:
|
|
||||||
prefix: http://127.0.0.1:9081
|
|
||||||
|
|
||||||
time:
|
time:
|
||||||
threshold: 100
|
threshold: 100
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user