gianm opened a new pull request, #16551:
URL: https://github.com/apache/druid/pull/16551

   UnnestStorageAdapter and its cursors did not return capabilities correctly 
for the output column. This patch fixes two problems:
   
   1) UnnestStorageAdapter returned the capabilities of the unnest virtual
      column prior to unnesting. It should return the post-unnest capabilities.
   
   2) UnnestColumnValueSelectorCursor passed through isDictionaryEncoded from
      the unnest virtual column. This is incorrect, because the dimension 
selector
      created by this class never has a dictionary. This is the cause of #16543.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to