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 2019/05/24 17:44:31 UTC

[GitHub] [incubator-druid] gianm opened a new pull request #7752: Fix lookup serde on node types that don't load lookups.

gianm opened a new pull request #7752: Fix lookup serde on node types that don't load lookups.
URL: https://github.com/apache/incubator-druid/pull/7752
 
 
   This includes the router, overlord, middleManager, and coordinator.
   Does the following things:
   
   - Loads LookupSerdeModule on MM, overlord, and coordinator.
   - Adds LookupExprMacro to LookupSerdeModule, which allows these node
     types to understand that the 'lookup' function exists.
   - Adds a test to make sure that LookupSerdeModule works for virtual
     columns, filters, transforms, and dimension specs.
   
   This is implementing the technique discussed on these two issues:
   
   - https://github.com/apache/incubator-druid/issues/7724#issuecomment-494723333
   - https://github.com/apache/incubator-druid/pull/7082#discussion_r264888771

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