Commit f3e28175 authored by lcg's avatar lcg

Phoenix metadata default columnType

parent 23985083
......@@ -92,7 +92,7 @@ public class PhoenixTypeConvert implements ITypeConvert {
case "VARBINARY":
return "VARBINARY";
default:
return "VARBINARY";
return "VARCHAR";
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment