Python plugin logs floods of warnings on nulls
Description
Release Notes
None
Activity
Show:

Albert Shau March 17, 2021 at 11:09 PM
Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Components
Priority
More fields
Original estimate
More fields
Original estimateCreated March 17, 2021 at 10:26 PM
Updated March 17, 2021 at 11:09 PM
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