Skip to content

Fixes an error retrieving header if the data is `[null]`

Compare
Choose a tag to compare
@kachnitel kachnitel released this 22 Oct 00:28
· 92 commits to master since this release

A NoDataException is thrown if [null] is passed to process() to prevent an error retrieving structure details (headers) for such data. An array of multiple nulls will still fail.