Github user orhankislal commented on the pull request:
https://github.com/apache/madlib/commit/1fe308c70d2c91fef508d29d81ed0e93da429eb6#commitcomment-29832298
In src/madpack/madpack.py:
In src/madpack/madpack.py on line 973:
Let's say the user has 1.13 installed on a schema, uses rpm to get 1.14 but
doesn't run the `madpack upgrade` command and tries the install-check. That
will be caught in here and `Versions do not match` is accurate. If we want to
check for schema not existing, that is a separate if check. I'll make a new
commit to catch it.
---