You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/31 09:20:07 UTC

[GitHub] [flink] beyond1920 edited a comment on issue #9285: [FLINK-13433][table-planner-blink] Do not fetch data from LookupableTableSource if the JoinKey in left side of LookupJoin contains null value.

beyond1920 edited a comment on issue #9285: [FLINK-13433][table-planner-blink]  Do not fetch data from LookupableTableSource if the JoinKey in left side of LookupJoin contains null value.
URL: https://github.com/apache/flink/pull/9285#issuecomment-516746938
 
 
   @JingsongLi At first glance, I guess the query is not supported. 
   However, after run it actually, The query could be executed, but results in error outputs.
   Because LookupJoin does not take filterNulls (which says k=v or k is not distinct from v) into consideration.
   
   Good catch, I will looks into the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services