Update ConvertSchemaType.scala

ConvertSchemaType
This commit is contained in:
or 2019-08-22 10:22:43 +08:00 committed by GitHub
parent b624812503
commit d061684713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ class ConvertSchemaType extends ConfigurableStop {
val integerType = new PropertyDescriptor().name("integerType").displayName("integerType").description("the specified types are converted to integerType, Multiple are separated by commas").defaultValue("").required(true)
descriptor = stringType :: descriptor
descriptor = integerType :: descriptor
descriptor = all :: descriptor
descriptor
}