Fix milvus dependency conflict (#1246)

This commit is contained in:
二毛
2024-06-28 14:14:04 +08:00
committed by GitHub
parent 3d4c078d95
commit 3e8283a7b6
5 changed files with 18 additions and 25 deletions

View File

@@ -79,6 +79,11 @@ public class SemanticSqlConformance implements SqlConformance {
return SqlConformanceEnum.BIG_QUERY.isMinusAllowed();
}
@Override
public boolean isRegexReplaceCaptureGroupDollarIndexed() {
return SqlConformanceEnum.BIG_QUERY.isRegexReplaceCaptureGroupDollarIndexed();
}
@Override
public boolean isApplyAllowed() {
return SqlConformanceEnum.BIG_QUERY.isApplyAllowed();