[bugfix](es catalog) add constant_keyword wildcard data type (#30947)

This commit is contained in:
Guangdong Liu
2024-02-19 11:13:18 +08:00
committed by yiguolei
parent bda2042c78
commit 8db2824c44
8 changed files with 125 additions and 88 deletions

View File

@ -295,6 +295,8 @@ public class EsUtil {
case "ip":
case "nested":
case "object":
case "wildcard":
case "constant_keyword":
type = ScalarType.createStringType();
break;
default: