You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/08 21:07:03 UTC

[GitHub] [druid] jihoonson commented on issue #9634: More optimize CNF conversion of filters

jihoonson commented on issue #9634: More optimize CNF conversion of filters
URL: https://github.com/apache/druid/pull/9634#issuecomment-611194940
 
 
   > > The CNF conversion returned ((C || E) && (D || E) && (C || F) && (D || F) && C && D && (D || C) && A && B (F || E)) prior to this PR.
   > 
   > what is the result after this PR :) ?
   
   Now it returns `A && B && C && D && (E || F)`. This is tested in `FilterCnfConversionTest.testToCnfCollapsibleBigFilter()`.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org