On Mon, Feb 24, 2020, at 3:44 PM, Ke Zhu - k...@us.ibm.com wrote:
> Mike,
>
> Thanks for the pointers. I've figured out the programming part and discovers
> more things when integrating PyHive:
>
> 1. It requires the table alembic_version to be transactional so that it can
> do Update/Delete
Mike,
Thanks for the pointers. I've figured out the programming part and
discovers more things when integrating PyHive:
1. It requires the table alembic_version to be transactional so that it
can do Update/Delete when upgrade/downgrade. which is challege for
Hive3 which has limited ACID support. Si