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;
|
||||
if (expression instanceof GreaterThanEquals) {
|
||||
constant = JsqlConstants.GREATER_THAN_EQUALS_CONSTANT;
|
||||
|
||||
Reference in New Issue
Block a user