Great thanks for the help to fix it Dian! I'll merge it.
Dian Fu <[email protected]> 于2019年6月20日周四 下午7:50写道: > Hi Haibo, > > Thanks a lot for report this bug. I guess it's caused by this PR: > https://github.com/apache/flink/pull/8786 < > https://github.com/apache/flink/pull/8786> @Bowen. I think we'd better > merge the code ONLY after the travis passed, especially when the changes > are not just hotfix/documentation. Anyway, I'll try to provide a fix ASAP. > > Regards, > Dian > > > 在 2019年6月20日,下午6:15,Haibo Sun <[email protected]> 写道: > > > > Hi, guys > > > > > > I noticed that all of the Travis tests reported a number of failures as > following. Is anyone working on this problem? > > > > > > ______________________ CatalogTestBase.test_table_exists > _______________________ > > > > self = <pyflink.table.tests.test_catalog.CatalogTestBase > testMethod=test_table_exists> > > > > def test_table_exists(self): > >> self.catalog.create_database(self.db1, self.create_db(), False) > > > > pyflink/table/tests/test_catalog.py:491: > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > _ _ _ _ > > > > @staticmethod > > def create_db(): > > gateway = get_gateway() > >> j_database = gateway.jvm.GenericCatalogDatabase({"k1": "v1"}, > CatalogTestBase.test_comment) > > E TypeError: 'JavaPackage' object is not callable > > > > > > pyflink/table/tests/test_catalog.py:78: TypeError > > > > > > > > > > Best, > > Haibo > > > > > > > >
