Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
_metaclass_ is not compatible in some scenarios of python3 e.g.
>>> from pyflink.serializers import Serializer >>> import inspect >>> inspect.isabstract(Serializer) False
We can replace _metaclass_ field with metaclass keyword to solve these problem.
Attachments
Issue Links
- links to