You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Константин Новиков <ko...@mail.ru.INVALID> on 2021/06/08 17:10:24 UTC

Types.NULL not handled in AbstractCursor

Hi,
 
Is there any explanation for missing handling of Types.NULL in AbstractCursor.createAccessor()? I have a query which includes NULL in the projection (eg, select 1 as x, NULL, ...) and this is causing an exception. Thanks.