Commit f3e28175 authored by lcg's avatar lcg

Phoenix metadata default columnType

parent 23985083
...@@ -92,7 +92,7 @@ public class PhoenixTypeConvert implements ITypeConvert { ...@@ -92,7 +92,7 @@ public class PhoenixTypeConvert implements ITypeConvert {
case "VARBINARY": case "VARBINARY":
return "VARBINARY"; return "VARBINARY";
default: 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