eselyavka / liquibase-impala

Liquibase extension to add Impala Database support
Apache License 2.0
24 stars 18 forks source link

Tag command doesn't work properly #14

Closed savinov closed 5 years ago

savinov commented 5 years ago

I've built the latest liquibase-impala 1.2-SNAPSHOT and tried commands from run.sh on Hive. Update and rollback works fine, but tag command has a problem: no errors during execution, but it doesn't add a new row to databasechangelog table. Could you test the tag command with Hive driver?

savinov commented 5 years ago

Hm, I misunderstood how tag command works: it seems that tag command doesn't add a new row, but changes tag column of the latest row in databasechangelog table.