You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/07 01:04:15 UTC

[GitHub] [pinot] npawar opened a new issue, #8847: Bloom filter on multi-value column is broken if bloom filter is created during segment generation

npawar opened a new issue, #8847:
URL: https://github.com/apache/pinot/issues/8847

   To reproduce, start HybridQuickstart, and run 
   ```
   select DivAirports from airlineStats_OFFLINE where DivAirports !='null' limit 10
   ```
   then pick any value form the result and run 
   ```
   select DivAirports from airlineStats_OFFLINE where DivAirports ='MEM' limit 10
   ```
   
   The commit that breaks this functionality is https://github.com/apache/pinot/pull/8601. Bloom filter (and range index too) needs special handling for single/multi value column.


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

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [pinot] Jackie-Jiang closed issue #8847: Bloom filter on multi-value column is broken if bloom filter is created during segment generation

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #8847: Bloom filter on multi-value column is broken if bloom filter is created during segment generation
URL: https://github.com/apache/pinot/issues/8847


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

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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