Hi everyone, Quote from http://phoenix.apache.org/multi-tenancy.html: The column that identifies the tenant may be given any name, but must of type VARCHAR or CHAR. Regular Phoenix connections work with such tables with no constraints, including working with data across tenant boundaries.
Is there a reason it can't be something else, such as an INTEGER or an UNSIGNED_LONG? Thanks, Mark
