somandal opened a new pull request, #8993:
URL: https://github.com/apache/pinot/pull/8993

   This part 2 of a multi-part set of changes to add support for multi-value 
noDict column types for immutable and mutable fixed width columns. Support to 
create segments with multi-value columns with dictionary disabled already 
existed. On trying to create a multi-value RAW column and querying it, we ran 
into this issue: https://github.com/apache/pinot/issues/8875
   
   Original PR that adds complete support for querying MV raw columns - 
https://github.com/apache/pinot/pull/8917
   
   This PR adds support for group-by and filter type queries by modifying the 
`MVScanDocIdIterator` and `NoDictionarySingleColumnGroupKeyGenerator` to add 
support for multi-value noDict column types. With this change group-by, filter, 
etc type queries can be supported. Additional changes in this PR add test cases 
to ensure that querying multi-value noDict columns work.
   
   Part 1 can be found here: https://github.com/apache/pinot/pull/8953
   
   cc @siddharthteotia @Jackie-Jiang @walterddr 


-- 
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-unsubscr...@pinot.apache.org

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


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

Reply via email to