i have a MaprDB table which has nulls for some of the columns.  When i
create a select where i CAST(table.cf.myColumn as INTEGER) and there are
nulls instead of simply returning null for the value, there is a
NullPointerException.

Why not simply return null for the value if it is missing from a row?

Reply via email to