fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Use of Type.TypeCode.UNKNOWN in BinaryPhysicalOperator

Open MMcM opened this issue 5 months ago • 0 comments

See comment https://github.com/FoundationDB/fdb-record-layer/pull/2899#discussion_r1753904755

This seems to be used there as a stand-in for null values: the associated implementations all look to return null. But I imagine it would be better to know that the Value is null and not unresolved.

MMcM avatar Sep 12 '24 17:09 MMcM