Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.9
Description
USE CopyToDataverse; SELECT VALUE cd.sensor_info FROM ColumnDataset cd WHERE cd.noSuchValue LIKE "%someText"
This query get stuck in infinite loop as the MISSING value reader never advances to the next value – making the number of tuple = infinity.