Due to a bug in the original implementation of optional values, a field selection
on a null value would produce optional.none() rather than an error. This
bug was fixed in #922; however, the bug has been relied upon as a feature
within upstream software.
To preserve the legacy behavior, configure the following option:
Due to a bug in the original implementation of optional values, a field selection on a
null
value would produceoptional.none()
rather than an error. This bug was fixed in #922; however, the bug has been relied upon as a feature within upstream software.To preserve the legacy behavior, configure the following option:
Closes #937