Commit ebcb1392 by Ballistar13

Debugging Demo Driver.

parent 5ffae6ae
......@@ -184,8 +184,9 @@ public class DemoDataDriver {
String typesAsJSON = TypesSerialization.toJson(
typeSystem,
Arrays.asList(new String[] { DATABASE_TYPE, TABLE_TYPE,
"serdeType", "classification" }));
"serdeType", "classification", "HiveLineage" }));
sumbitType(typesAsJSON, TABLE_TYPE);
sumbitType(typesAsJSON, "HiveLineage");
}
private void sumbitType(String typesAsJSON, String type)
......
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