Closed akshayi1 closed 9 years ago
For this, a bit of a cheat, but I tried:
ColumnDef.java
case "year":
case "year(2)":
case "year(4)":
return new YearColumnDef(tableName, name, type, pos);
And this did not work too.
yeah, you'd need to start with the SQL-parser, which is in src/main/antlr4/imports/column_definitions.g4
Similar to #64 and #65, maxwell barfs and fails when it encounters a year datatype.
And just like #64 and #65, re-running Maxwell does not work and produces the same text as above and exits. I will need to
purge
anddelete
again for this to work.