You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/17 05:59:20 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #4744: Fix: predicate pushdown for Pulsar SQL NPE

jerrypeng opened a new pull request #4744: Fix: predicate pushdown for Pulsar SQL NPE
URL: https://github.com/apache/pulsar/pull/4744
 
 
   ### Motivation
   
   An NPE can be thrown when predicate pushdown for field __publish_time__ is less than any existing entry.  This is caused because OpFindNewest class in ManagedLedger returns null instead of start position if the condition fails on the first check.
   

----------------------------------------------------------------
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