You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/15 11:10:25 UTC

[jira] [Commented] (FLINK-3759) Table API should throw exception is null value is encountered in non-null mode.

    [ https://issues.apache.org/jira/browse/FLINK-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242670#comment-15242670 ] 

ASF GitHub Bot commented on FLINK-3759:
---------------------------------------

GitHub user twalthr opened a pull request:

    https://github.com/apache/flink/pull/1892

    [FLINK-3759] [table] Table API should throw exception is null value is encountered in non-null mode.

    As discussed in FLINK-3739 this PR changes the behavior of null literals in non null-check mode.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/twalthr/flink FLINK-3759

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1892.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1892
    
----
commit cf6c3e79c9d091bd7011f5fb062034e4f35196de
Author: twalthr <tw...@apache.org>
Date:   2016-04-15T09:05:36Z

    [FLINK-3759] [table] Table API should throw exception is null value is encountered in non-null mode.

----


> Table API should throw exception is null value is encountered in non-null mode.
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-3759
>                 URL: https://issues.apache.org/jira/browse/FLINK-3759
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>    Affects Versions: 1.1.0
>            Reporter: Fabian Hueske
>            Priority: Critical
>
> The Table API can be configured to omit null-checks in generated code to speed up processing. Currently, the generated code replaces a null value with a data type specific default value if it is encountered in non-null-check mode. 
> This can silently cause wrong results and should be changed such that an exception is thrown if a null value is encountered in non-null-check mode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)