Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Chai PydimukkalaChai PydimukkalaReporter
Albert ShauAlbert ShauComponents
Fix versions
Priority
Major
Details
Details
Assignee
Chai Pydimukkala
Chai PydimukkalaReporter
Albert Shau
Albert ShauComponents
Fix versions
Priority
Created January 26, 2021 at 5:37 PM
Updated January 26, 2021 at 5:40 PM
The wrangler transform allows the user to set an output schema. However, Wrangler doesn't check that the data it processes matches the schema provided. If it doesn't match, Wrangler will set an incorrect type, which leads to super confusing errors later in the pipeline.
This is related to CDAP-15317, where CDAP assumes plugin authors are well-behaved and will do proper type/error checking.