[bugfix](es catalog) add constant_keyword wildcard data type (#30947)
This commit is contained in:
@ -295,6 +295,8 @@ public class EsUtil {
|
||||
case "ip":
|
||||
case "nested":
|
||||
case "object":
|
||||
case "wildcard":
|
||||
case "constant_keyword":
|
||||
type = ScalarType.createStringType();
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user