Venki Korukanti created DRILL-1186: -------------------------------------- Summary: NullableTimeStampAccessor asserts and returns wrong value when the value is null Key: DRILL-1186 URL: https://issues.apache.org/jira/browse/DRILL-1186 Project: Apache Drill Issue Type: Bug Reporter: Venki Korukanti Assignee: Venki Korukanti Priority: Minor
Repro: Enable asserts: export DRILL_SHELL_JAVA_OPTS="-ea" start sqlline select cast(null as timestamp) from v1 limit 1; -- This message was sent by Atlassian JIRA (v6.2#6252)