This fixes a bug that was reported as an issue with baseline readings. The underlying problem was with string columns, which happened to appear in the baseline stream in this instance. It was a two-character fix for a bug introduced 3 weeks ago, in #781.
A unit test reproduces the bug in the first commit, and the second commit fixes the bug.
This fixes a bug that was reported as an issue with
baseline
readings. The underlying problem was with string columns, which happened to appear in thebaseline
stream in this instance. It was a two-character fix for a bug introduced 3 weeks ago, in #781.A unit test reproduces the bug in the first commit, and the second commit fixes the bug.