Skip to:
The Python plugin handles unions poorly by logging a warning per row when it is trying to determine which type in a union should be used.
The problematic line is https://github.com/data-integrations/python-plugins/blob/develop/src/main/java/io/cdap/plugin/python/transform/PythonObjectsEncoder.java#L213
https://github.com/data-integrations/python-plugins/pull/19
The Python plugin handles unions poorly by logging a warning per row when it is trying to determine which type in a union should be used.
The problematic line is https://github.com/data-integrations/python-plugins/blob/develop/src/main/java/io/cdap/plugin/python/transform/PythonObjectsEncoder.java#L213