Skip to content

Correct UpdateEvent.hasFields

Ebernhardson requested to merge work/ebernhardson/updateevent-hasfields into main

The fetch phase can fail due to the transcoder output including a Row object that contains only null values. Update the relevant method to recognize that all values are null and we do not have any fields.

Bug: T347075

Merge request reports