mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
- In order to accommodate this, also needed to improve DataTypeUtils so that it knows that Record A is wider than Record B if Record A contains all fields of Record B and more. - Removed unit tests and resources that are overly complex and no longer applicable - Fixed issue in unit test based on different line endings between operating systems This closes #8331 Signed-off-by: David Handermann <exceptionfactory@apache.org>